hosted is long gone

This commit is contained in:
Kevin Fenzi 2017-10-15 20:05:02 +00:00
parent 9c9edbed74
commit 327eaf13b2
2 changed files with 0 additions and 30 deletions

View file

@ -53,7 +53,6 @@
- import_playbook: /srv/web/infra/ansible/playbooks/groups/fedocal.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/github2fedmsg.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/gnome-backups.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/hosted.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/hotness.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/infinote.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/ipa.yml

View file

@ -1,29 +0,0 @@
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=newhosted"
- name: make the boxen be real for real
hosts: newhosted
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
- sudo
- collectd/base
- openvpn/client
tasks:
- include_tasks: "{{ tasks_path }}/yumrepos.yml"
- include_tasks: "{{ tasks_path }}/2fa_client.yml"
- include_tasks: "{{ tasks_path }}/motd.yml"
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"