Adding ansible section

This commit is contained in:
2025-05-22 14:43:42 +02:00
parent 8c6e940433
commit 0985d65f86
26 changed files with 900 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: user deployment related tasks
include_tasks: users.yml
tags: all,users,rootonly
- name: firewall deployment related tasks
include_tasks: firewall.yml
tags: all,firewall
- name: ssh deployment related tasks
include_tasks: ssh.yml
tags: all,ssh