Remove legacy configs

This commit is contained in:
Paul-Henri Froidmont 2021-07-15 18:00:49 +02:00
parent 1f5e31b0e8
commit 59cb6ac9b9
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
116 changed files with 0 additions and 4552 deletions

View file

@ -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

View file

@ -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"