Blacklist a bunch of hosts that we don't want to manage networking on.
This commit is contained in:
parent
064680d892
commit
66ddf887dc
8 changed files with 10 additions and 0 deletions
|
@ -4,3 +4,4 @@ freezes: false
|
|||
sudoers: "{{ private }}/files/sudo/arm-packager-sudoers"
|
||||
sudoers_main: nopasswd
|
||||
host_group: cloud
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
|
|
@ -5,3 +5,4 @@ sudoers: "{{ private }}/files/sudo/arm-qa-sudoers"
|
|||
sudoers_main: nopasswd
|
||||
libdir: /usr/lib
|
||||
host_group: cloud
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
|
|
@ -14,3 +14,5 @@ postfix_maincf: "postfix/main.cf/main.cf.copr"
|
|||
|
||||
frontend_base_url: "https://copr.fedorainfracloud.org"
|
||||
dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
|
|
@ -15,3 +15,5 @@ postfix_maincf: "postfix/main.cf/main.cf.copr"
|
|||
|
||||
frontend_base_url: "http://copr-fe-dev.cloud.fedoraproject.org"
|
||||
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
host_group: openstack-compute
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
|
|
@ -5,6 +5,7 @@ keypair: fedora-admin-20130801
|
|||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent
|
||||
zone: nova
|
||||
tcp_ports: [22, 80, 443]
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: artboard
|
||||
|
|
|
@ -3,3 +3,4 @@ root_auth_users: msuchy
|
|||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
host_group: openstack-compute
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
|
|
@ -12,6 +12,7 @@ hostbase: lists-dev
|
|||
public_ip: 209.132.184.180
|
||||
root_auth_users: abompard
|
||||
description: lists development work
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue