ipa/client: enable for download in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
097a77e73c
commit
b1f9bebc86
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
||||||
---
|
---
|
||||||
|
primary_auth_source: ipa
|
||||||
|
ipa_host_group: download
|
||||||
|
ipa_host_group_desc: Download servers
|
||||||
|
|
||||||
dl_tier1:
|
dl_tier1:
|
||||||
- 128.171.104.148 # mirror.ancl.hawaii.edu.
|
- 128.171.104.148 # mirror.ancl.hawaii.edu.
|
||||||
- 129.101.198.59 # University of Idaho
|
- 129.101.198.59 # University of Idaho
|
||||||
|
|
|
@ -31,8 +31,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
|
||||||
- apache
|
- apache
|
||||||
- download
|
- download
|
||||||
|
@ -48,7 +47,6 @@
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
- name: put in script for syncing on download-ib01
|
- name: put in script for syncing on download-ib01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue