Used it for my home thingie, some quality improvements.

Need to document the changes on the README.md.
This commit is contained in:
savagebidoof
2023-08-01 20:00:14 +02:00
parent 7358da26d8
commit 6902681907
8 changed files with 77 additions and 28 deletions

6
run.sh
View File

@ -1,11 +1,7 @@
#!/bin/bash
export ANSIBLE_HOST_KEY_CHECKING=False
# Replace for an inventory
#IP="192.168.1.2"
#IP="192.168.1.50,192.168.1.51"
ansible-playbook -i inventory.yaml Initial_Setup/armbian_initial_setup.yaml && sleep 25 # Wait for reboot
#ansible-playbook -i inventory.yaml Initial_Setup/armbian_initial_setup.yaml && sleep 25 # Wait for reboot
ansible-playbook -i inventory.yaml ksetup/playbook.yaml