and this playbook will be junk03 soon

This commit is contained in:
Stephen Smoogen 2015-02-11 03:29:50 +00:00
parent 3a4e9dcf12
commit 5c48c8a57a
2 changed files with 30 additions and 0 deletions

View file

@ -436,6 +436,7 @@ smtp-mm-tummy01.fedoraproject.org
[spare]
junk02.phx2.fedoraproject.org
bvirthost04.phx2.fedoraproject.org
#
# All staging hosts should be in this group too.
#

View file

@ -0,0 +1,29 @@
# This is a basic playbook
- name: make basic box
hosts: bvirthost04.phx2.fedoraproject.org
user: root
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- base
- rkhunter
- nagios_client
- hosts
- fas_client
- collectd/base
- sudo
tasks:
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
- include: "{{ handlers }}/semanage.yml"