renamed bash script file to reflect its function--automation of playbook runs
This commit is contained in:
5
bootstrap.sh
Executable file
5
bootstrap.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
sudo ansible-playbook --ask-pass --ask-become-pass -i hosts.yml init@homeserver.yml
|
||||
ansible-playbook --ask-become-pass -i hosts.test.yml administrate@homeserver.yml
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
ansible-playbook --ask-pass --ask-become-pass -i hosts.yml init@homeserver.yml --check
|
||||
Reference in New Issue
Block a user