mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
ipa/client: enable for autosign in stg and prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user