Skip to content
Snippets Groups Projects
Commit 0dc4319d authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Add tag ad-auth to that role

parent c2a3424b
No related branches found
No related tags found
No related merge requests found
---
# file: roles/ad-auth/tasks/main.yml
- include: ldap.yml
- import_tasks: ldap.yml
tags: ad-auth
- meta: flush_handlers
- include: kerberos.yml
- import_tasks: kerberos.yml
tags: ad-auth
- meta: flush_handlers
- include: sssd.yml
- import_tasks: sssd.yml
tags: ad-auth
- meta: flush_handlers
- include: pam.yml
- import_tasks: pam.yml
tags: ad-auth
- meta: flush_handlers
- include: sudo.yml
- import_tasks: sudo.yml
tags: ad-auth
- meta: flush_handlers
- name: ensure there is no local users group
......@@ -17,3 +22,4 @@
tags:
- groups
- config
- ad-auth
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment