diff options
author | Jan Provaznik <jprovazn@redhat.com> | 2016-03-31 10:57:30 +0200 |
---|---|---|
committer | Jan Provaznik <jprovazn@redhat.com> | 2016-04-26 13:57:29 +0200 |
commit | c76ae7d9398e3a04ded06c7e54811ad7a379921a (patch) | |
tree | ab357af1c7c0dec843279afdcd2c35974d6a5ec5 /roles/dns/meta | |
parent | 7c6d0d70e2371bd9abb6feb4e6c098ae4ddb5143 (diff) | |
download | openshift-c76ae7d9398e3a04ded06c7e54811ad7a379921a.tar.gz openshift-c76ae7d9398e3a04ded06c7e54811ad7a379921a.tar.bz2 openshift-c76ae7d9398e3a04ded06c7e54811ad7a379921a.tar.xz openshift-c76ae7d9398e3a04ded06c7e54811ad7a379921a.zip |
Allow containerized deployment of dns role
If containerized, docker image for bind service is built during
ansible run. The default named systemd unit file triggers
named-checkconf on named service start so it's not neccessary
to include this validation when copying file templates (equivalent
named-checkconf is included in the containerized named unit file too).
Diffstat (limited to 'roles/dns/meta')
-rw-r--r-- | roles/dns/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/dns/meta/main.yml b/roles/dns/meta/main.yml index b6e9d9ad0..048274c49 100644 --- a/roles/dns/meta/main.yml +++ b/roles/dns/meta/main.yml @@ -4,4 +4,5 @@ galaxy_info: description: Deploy and configure a DNS server company: Amadeus SAS license: ASL 2.0 -dependencies: [] +dependencies: +- { role: openshift_facts } |