Added a dry run and fixed a lot of things

This commit is contained in:
2017-10-11 20:01:32 -04:00
parent 3a94e3faef
commit 37bdbae2df
7 changed files with 94 additions and 63 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/bash
ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i hosts playbooks/site.yml --check --diff

View File

@@ -0,0 +1,7 @@
#!/bin/bash
sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible