ipa/client: enable for autosign in stg and prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
ab642e1266
commit
7ff447fa40
2 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,6 @@ ansible_ifcfg_allowlist:
|
||||||
- eth0
|
- eth0
|
||||||
- eth1
|
- eth1
|
||||||
|
|
||||||
fas_client_groups: sysadmin-releng
|
|
||||||
host_group: autosign
|
host_group: autosign
|
||||||
ipa_host_group: autosign
|
ipa_host_group: autosign
|
||||||
ipa_host_group_desc: Hosts signing content automatically
|
ipa_host_group_desc: Hosts signing content automatically
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- { role: fas_client, when: env != "staging" }
|
- ipa/client
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- sudo
|
- sudo
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
|
@ -81,8 +81,6 @@
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
when: env != "staging"
|
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue