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.
This commit is contained in:
4
bootstrap.yml
Normal file
4
bootstrap.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- import_playbook: facts.yml
|
||||
- import_playbook: hostname.yml
|
||||
- import_playbook: base.yml
|
||||
- import_playbook: firewalld.yml
|
||||
Reference in New Issue
Block a user