Add autosign01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c884f7c804
commit
82179a74b9
3 changed files with 4 additions and 15 deletions
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.128.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
|
||||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
vmhost: virthost04.stg.phx2.fedoraproject.org
|
|
||||||
datacenter: phx2
|
|
||||||
|
|
||||||
eth0_ip: 10.5.128.68
|
|
|
@ -191,7 +191,7 @@ sign-vault01.iad2.fedoraproject.org
|
||||||
autosign01.iad2.fedoraproject.org
|
autosign01.iad2.fedoraproject.org
|
||||||
|
|
||||||
[autosign_stg]
|
[autosign_stg]
|
||||||
# autosign01.stg.iad2.fedoraproject.org
|
autosign01.stg.iad2.fedoraproject.org
|
||||||
|
|
||||||
[dbserver]
|
[dbserver]
|
||||||
db01.iad2.fedoraproject.org
|
db01.iad2.fedoraproject.org
|
||||||
|
@ -563,7 +563,7 @@ smtp-mm-cc-rdu01.fedoraproject.org
|
||||||
# All staging hosts should be in this group too.
|
# All staging hosts should be in this group too.
|
||||||
#
|
#
|
||||||
[staging]
|
[staging]
|
||||||
# autosign01.stg.iad2.fedoraproject.org
|
autosign01.stg.iad2.fedoraproject.org
|
||||||
# badges-backend01.stg.iad2.fedoraproject.org
|
# badges-backend01.stg.iad2.fedoraproject.org
|
||||||
# badges-web01.stg.iad2.fedoraproject.org
|
# badges-web01.stg.iad2.fedoraproject.org
|
||||||
# basset01.stg.iad2.fedoraproject.org
|
# basset01.stg.iad2.fedoraproject.org
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- fas_client
|
- { role: fas_client, when: env != "staging" }
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- sudo
|
- sudo
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
|
@ -82,6 +82,7 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
- 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