and make it 11

This commit is contained in:
Stephen Smoogen 2014-09-18 22:16:06 +00:00
parent 3bf6158668
commit 793a45ac6a

View file

@ -0,0 +1,30 @@
---
- name: deploy Open Stack compute node
hosts: fed-cloud11.cloud.fedoraproject.org
user: root
sudo: yes
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/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"