temporal backup cause why not.

This commit is contained in:
savagebidoof
2023-07-29 17:05:57 +02:00
parent 63509df725
commit 82ebccc563
14 changed files with 541 additions and 101 deletions

5
run.sh
View File

@ -2,9 +2,10 @@
export ANSIBLE_HOST_KEY_CHECKING=False
# Replace for an inventory
IP="192.168.1.50,192.168.1.51,"
IP="192.168.1.2"
#IP="192.168.1.50,192.168.1.51"
ansible-playbook -i $IP, armbian_initial_setup.yaml && sleep 25 # Wait for reboot
#ansible-playbook -i $IP, Initial_Setup/armbian_initial_setup.yaml && sleep 25 # Wait for reboot
ansible-playbook -i inventory.yaml ksetup/playbook.yaml