1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00

Moving common DNS roles out of the playbook area (#605)

This commit is contained in:
Øystein Bedin
2017-08-02 14:40:08 +00:00
committed by Tomas Sedovic
parent b9c93ebecb
commit cef7af2ce9
3 changed files with 2 additions and 4 deletions

View File

@@ -52,9 +52,8 @@
become: true
pre_tasks:
- include: pre_tasks.yml
- name: "Generate dns-server views"
include: openstack_dns_views.yml
roles:
- role: dns-views
- role: infra-ansible/roles/dns-server
- name: Build and process DNS Records
@@ -63,9 +62,8 @@
become: False
pre_tasks:
- include: pre_tasks.yml
- name: "Generate dns records"
include: openstack_dns_records.yml
roles:
- role: dns-records
- role: infra-ansible/roles/dns
- name: Switch the stack subnet to the configured private DNS server