2021-06-08 19:56:06 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-06-09 20:11:06 +00:00
|
|
|
# Apply firstboot configuration w/ ansible
|
2022-06-29 07:06:13 +00:00
|
|
|
/usr/local/bin/ansible-playbook /opt/firstboot/ansible/playbook.yml | tee -a /var/log/firstboot.log > /dev/tty1 2>&1
|