ipa/client: enable for autosign in stg and prod

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-22 10:36:32 +01:00
parent ab642e1266
commit 7ff447fa40
2 changed files with 1 additions and 4 deletions

View file

@ -15,7 +15,6 @@ ansible_ifcfg_allowlist:
- eth0
- eth1
fas_client_groups: sysadmin-releng
host_group: autosign
ipa_host_group: autosign
ipa_host_group_desc: Hosts signing content automatically

View file

@ -22,7 +22,7 @@
- rkhunter
- nagios_client
- hosts
- { role: fas_client, when: env != "staging" }
- ipa/client
- collectd/base
- sudo
- role: nfs/client
@ -81,8 +81,6 @@
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: