ipa/client: enable for mailman in prod

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-19 17:25:38 +01:00
parent 323cec75df
commit 3fd14610c6
2 changed files with 2 additions and 5 deletions

View file

@ -13,8 +13,7 @@ tcp_ports: [
3000, 3001, 3002, 3003, 3000, 3001, 3002, 3003,
] ]
fas_client_groups: sysadmin-tools,sysadmin-main primary_auth_source: ipa
ipa_host_group: mailman ipa_host_group: mailman
ipa_host_group_desc: Mailing list services ipa_host_group_desc: Mailing list services
ipa_client_shell_groups: ipa_client_shell_groups:

View file

@ -19,8 +19,7 @@
- rkhunter - rkhunter
- nagios_client - nagios_client
- hosts - hosts
- { role: ipa/client, when: env == "staging" } - ipa/client
- { role: fas_client, when: env != "staging" }
- collectd/base - collectd/base
- sudo - sudo
- { role: openvpn/client, - { role: openvpn/client,
@ -33,7 +32,6 @@
tasks: tasks:
# this is how you include other task lists # this is how you include other task lists
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml" - import_tasks: "{{ tasks_path }}/motd.yml"
handlers: handlers: