First patching playbook (WIP)
This commit is contained in:
9
playbooks/patching.yml
Normal file
9
playbooks/patching.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Patch Linux servers
|
||||
hosts:
|
||||
- all
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- patching
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
- name: Configure webserver with nginx
|
||||
hosts:
|
||||
- aton
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- nginx
|
||||
Reference in New Issue
Block a user