backup
This commit is contained in:
14
run.sh
Executable file
14
run.sh
Executable 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user