Refactor ansible-apply.yaml to include playbook_login.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user