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
+2 -2
View File
@@ -86,7 +86,7 @@
- name: Configure login.defs
ansible.builtin.include_tasks: logindefs.yml
tags:
- roles::cis::logindefs
- roles::cis::logindefs
- name: Set limits
ansible.builtin.include_tasks: limits.yml
@@ -224,4 +224,4 @@
- name: Miscellaneous tasks after all handlers
ansible.builtin.include_tasks: post.yml
tags:
- always
- always