First patching playbook (WIP)

This commit is contained in:
2026-03-02 11:54:00 +01:00
parent df8eb83dc0
commit e1040ba303
5 changed files with 23 additions and 11 deletions

9
playbooks/patching.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: Patch Linux servers
hosts:
- all
become: true
roles:
- patching

View File

@@ -1,8 +0,0 @@
---
- name: Configure webserver with nginx
hosts:
- aton
become: true
roles:
- nginx