fix inventory, roles and playbook
This commit is contained in:
9
playbooks/setup_on_prem.yml
Normal file
9
playbooks/setup_on_prem.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Setup servers running on premise
|
||||
hosts: on_prem
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- role: firewall
|
||||
- role: arch
|
||||
|
||||
Reference in New Issue
Block a user