make a temp box for mgalgoci to test ipv6 in community cage

This commit is contained in:
Stephen Smoogen 2018-11-28 21:41:50 +00:00
parent a7ce4dfbf6
commit 31f33adb77
2 changed files with 35 additions and 0 deletions

View file

@ -1502,3 +1502,6 @@ retrace01.qa.fedoraproject.org
[rhel8beta]
el8betatest01.stg.phx2.fedoraproject.org
osuosl03.fedoraproject.org
[ipv6-test]
ipv6-test.fedoraproject.org

View file

@ -0,0 +1,32 @@
# This is a basic playbook
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=infinote"
- name: make the boxen be real for real
hosts: ipv6-test.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
- hosts
- fas_client
- nagios_client
- collectd/base
- sudo
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"