Add a playbook for test hosts
This commit is contained in:
parent
3d358cb4f3
commit
d187a12565
8
playbooks/test-hosts.yml
Normal file
8
playbooks/test-hosts.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Configure hosts
|
||||
hosts: the_nine_worlds
|
||||
|
||||
tasks:
|
||||
- import_tasks: tasks/hosts/firewall.yml
|
||||
- import_tasks: tasks/hosts/utils.yml
|
||||
- import_tasks: tasks/hosts/root-shell.yml
|
Loading…
Reference in New Issue
Block a user