bootstrap: PB to bootstrap a new machine
I've actually had this playbook for a _long_ time, just never bothered to commit it. It's useful for the very first time Ansible is run for a managed node to configure all the basic stuff.frigate-exporter
parent
056548e3e0
commit
5958904fa3
|
@ -0,0 +1,4 @@
|
||||||
|
- import_playbook: facts.yml
|
||||||
|
- import_playbook: hostname.yml
|
||||||
|
- import_playbook: base.yml
|
||||||
|
- import_playbook: firewalld.yml
|
Loading…
Reference in New Issue