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.
5 lines
122 B
YAML
5 lines
122 B
YAML
- import_playbook: facts.yml
|
|
- import_playbook: hostname.yml
|
|
- import_playbook: base.yml
|
|
- import_playbook: firewalld.yml
|