mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Remove legacy configs
This commit is contained in:
parent
1f5e31b0e8
commit
59cb6ac9b9
116 changed files with 0 additions and 4552 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
apt-get update
|
||||
apt-get install software-properties-common
|
||||
apt-add-repository ppa:ansible/ansible -y
|
||||
apt-get update
|
||||
apt-get install ansible -y
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
DIRECTORY=`dirname $0`
|
||||
cd $DIRECTORY/..
|
||||
rsync -avzhe ssh --delete --exclude=.* ./ deploy@ansible.banditlair.com:/home/deploy/ansible && ssh -t deploy@ansible.banditlair.com "cd ansible && $1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue