This should work hopefully.
This commit is contained in:
parent
2f53b38e79
commit
8934d2c5a4
3 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,10 @@ freezes: true
|
|||
# most of our systems are in phx2
|
||||
datacenter: phx2
|
||||
|
||||
# most of our systems are 64bit.
|
||||
# Used to install various nagios scripts and the like.
|
||||
libdir: /usr/lib64
|
||||
|
||||
# example of ports for default iptables
|
||||
# tcp_ports: [ 22, 80, 443 ]
|
||||
# udp_ports: [ 110, 1024, 2049 ]
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
fas_client_groups: sysadmin-releng
|
||||
freezes: false
|
||||
#
|
||||
# These are 32bit
|
||||
#
|
||||
libdir: /usr/lib
|
||||
|
|
|
@ -10,7 +10,6 @@ tasks: /srv/web/infra/ansible/tasks
|
|||
vars: /srv/web/infra/ansible/vars
|
||||
is_fedora: "'$ansible_distribution' == 'Fedora'"
|
||||
is_rhel: "'$ansible_distribution' == 'RedHat'"
|
||||
libdir: /usr/lib64
|
||||
dist_tag: unknown
|
||||
auth_keys_from_fas: '/srv/web/infra/ansible/scripts/auth-keys-from-fas'
|
||||
el6_qcow_id: ami-00000013
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue