Added a dry run and fixed a lot of things
This commit is contained in:
2
supporting-scripts/check-diff-site.sh
Executable file
2
supporting-scripts/check-diff-site.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i hosts playbooks/site.yml --check --diff
|
||||
7
supporting-scripts/ubuntu-ansible.sh
Executable file
7
supporting-scripts/ubuntu-ansible.sh
Executable 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
|
||||
Reference in New Issue
Block a user