From 8934d2c5a40335d7c066e33d9c3c2a564d7259e5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 23 Aug 2013 22:02:20 +0000 Subject: [PATCH] This should work hopefully. --- inventory/group_vars/all | 4 ++++ inventory/group_vars/arm-releng | 3 +++ vars/global.yml | 1 - 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index bc014de9d0..2a6d461ccd 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -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 ] diff --git a/inventory/group_vars/arm-releng b/inventory/group_vars/arm-releng index 189114962c..6af0b9fbd0 100644 --- a/inventory/group_vars/arm-releng +++ b/inventory/group_vars/arm-releng @@ -1,4 +1,7 @@ --- fas_client_groups: sysadmin-releng freezes: false +# +# These are 32bit +# libdir: /usr/lib diff --git a/vars/global.yml b/vars/global.yml index 3da58777fa..5767ee7c84 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -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