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
Dustin 2024-06-29 07:57:08 -05:00
parent 056548e3e0
commit 5958904fa3
1 changed files with 4 additions and 0 deletions

4
bootstrap.yml Normal file
View File

@ -0,0 +1,4 @@
- import_playbook: facts.yml
- import_playbook: hostname.yml
- import_playbook: base.yml
- import_playbook: firewalld.yml