Files
configpolicy/bootstrap.yml
Dustin C. Hatch 5958904fa3 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.
2024-07-02 20:44:29 -05:00

5 lines
122 B
YAML

- import_playbook: facts.yml
- import_playbook: hostname.yml
- import_playbook: base.yml
- import_playbook: firewalld.yml