Make osbs-aarch64-stg real
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
883261ec19
commit
91a771d738
1 changed files with 30 additions and 0 deletions
|
@ -2,6 +2,36 @@
|
|||
|
||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs-aarch64-nodes-stg:osbs-aarch64-masters-stg"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: osbs-aarch64-masters-stg:osbs-aarch64-nodes-stg
|
||||
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
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- hosts
|
||||
- fas_client
|
||||
- sudo
|
||||
- collectd/base
|
||||
- rsyncd
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
- name: Deploy OpenShift Cluster
|
||||
hosts: osbs-control-stg
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue