Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Moving common DNS roles out of the playbook area (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
oybed authored and tomassedovic committed Aug 2, 2017
1 parent b9c93eb commit cef7af2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions playbooks/provisioning/openstack/post-provision-openstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cef7af2

Please sign in to comment.