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:
committed by
Tomas Sedovic
parent
b9c93ebecb
commit
cef7af2ce9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user