Refactor ansible-apply.yaml to include playbook_login.yml

This commit is contained in:
2024-09-29 11:42:32 +02:00
parent 5324ef7ec0
commit a03aca39df
11 changed files with 68 additions and 52 deletions
+1 -9
View File
@@ -1,17 +1,9 @@
---
- name: CIS Hardening
hosts: contabo
hosts: linux
gather_facts: true
roles:
- role: "bootstrap"
tags:
- roles
- roles::bootstrap
- role: "login"
tags:
- roles
- roles::users
- role: "cis"
tags:
- roles