initial commit

This commit is contained in:
Timo Makinen 2020-03-09 20:31:16 +00:00
commit f9b5769d6c
2 changed files with 193 additions and 0 deletions

11
deploy.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
# run sudo to cache creds
sudo /bin/true
# update modules and check depencies
git pull
rpm -q ansible > /dev/null || sudo yum -y install ansible
# run playbook
ansible-playbook deploy.yml