This commit is contained in:
Oriol
2023-03-12 05:42:53 +00:00
commit 4d2fb39e47
11 changed files with 619 additions and 0 deletions

14
run.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
export ANSIBLE_HOST_KEY_CHECKING=False
# Replace for an inventory
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 inventory.yaml ksetup/playbook.yaml