mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 03:05:05 +08:00
As part of http://fedoraproject.org/wiki/Changes/NoDefaultSyslog rsyslog is no more installed by default since F20+. role/base refer to rsyslog on several places: enable that service, start it... but never install it (only in Koji builder playbook install it, but not as part of the role). Which cause our playbooks to fail on F21 machines. Allowed in Freeze by: https://lists.fedoraproject.org/pipermail/infrastructure/2015-March/015840.html
42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
---
|
|
basedir: /srv/web/infra/ansible
|
|
private: /srv/private/ansible
|
|
puppet_private: /var/lib/puppet/git/configs/secure
|
|
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'
|
|
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
|
|
|
|
# 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
|