ansible/vars/global.yml
2015-11-16 19:22:14 +00:00

60 lines
2.2 KiB
YAML

---
basedir: /srv/web/infra/ansible
private: /srv/private/ansible
bigfiles: /srv/web/infra/bigfiles
files: /srv/web/infra/ansible/files
roles: /srv/web/infra/ansible/roles
handlers: /srv/web/infra/ansible/handlers
tasks: /srv/web/infra/ansible/tasks
vars_path: "/srv/web/infra/ansible/vars"
dist_tag: unknown
auth_keys_from_fas: '/srv/web/infra/ansible/scripts/auth-keys-from-fas'
#
# These are images in the old cloud using the ec2 interface
#
el6_qcow_id: ami-00000013
f18_qcow_id: ami-00000016
el6_ami_id: ami-0000000e
f17_qcow_id: ami-00000001
# Fedora-19
f19_qcow_id: ami-00000020
# Fedora-20
f20_qcow_id: ami-00000042
# Fedora-21
f21_qcow_id: ami-0000005a
# RHEL7beta
el7b_qcow_id: ami-0000003f
# RHEL7
el7_qcow_id: ami-00000050
#
# These are the new images in the new cloud using the nova interface.
#
fedora20_x86_64: Fedora-x86_64-20-20140407
fedora21_x86_64: Fedora-Cloud-Base-20141203-21.x86_64
fedora22_alpha_x86_64: Fedora-Cloud-Base-22_Alpha-20150305.x86_64
fedora22_beta_x86_64: Fedora-Cloud-Base-22_Beta-20150415.x86_64
fedora22_x86_64: Fedora-Cloud-Base-22-20150521.x86_64
fedora_atomic_22_alpha: Fedora-Cloud-Atomic-22_Alpha-20150305.x86_64
fedora_atomic_22_beta: Fedora-Cloud-Atomic-22_Beta-20150415.x86_64
fedora_atomic_22: Fedora-Cloud-Atomic-22-20150521.x86_64
fedora23_x86_64: Fedora-Cloud-Base-23-20151030.x86_64
centos70_x86_64: CentOS-7-x86_64-GenericCloud-1503
centos66_x86_64: CentOS-6-x86_64-GenericCloud-20141129_01
rhel70_x86_64: rhel-guest-image-7.0-20140930.0.x86_64
rhel66_x86_64: rhel-guest-image-6.6-20141222.0.x86_64
# Set a default hostname base to transient. Override in host vars or command line.
hostbase: transient
global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
'patch', 'postfix', 'rsync', 'strace',
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
'libselinux-python', 'ntpdate', 'bash-completion', 'telnet',
'htop', 'rsyslog' ]
# iscsi initiator for netapp iscsi volume
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.8a2c2d9073de11e4a645123478563412:vs.13
# iscsi portal for netapp iscsi volume
netapp_iscsi_portal: 10.5.88.56
# sudo: False by default so ansible doesn't try and check for it and hang
sudo: False