renamed bash script file to reflect its function--automation of playbook runs

This commit is contained in:
2026-06-10 13:47:20 -04:00
parent 4074eacb1f
commit f54545b1dd
2 changed files with 5 additions and 3 deletions

5
bootstrap.sh Executable file
View 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

View File

@@ -1,3 +0,0 @@
#!/bin/bash
ansible-playbook --ask-pass --ask-become-pass -i hosts.yml init@homeserver.yml --check