diff options
author | Eric Sauer <esauer@redhat.com> | 2016-05-13 16:25:19 -0400 |
---|---|---|
committer | Eric Sauer <esauer@redhat.com> | 2016-05-13 16:25:19 -0400 |
commit | ca1b17aeeb8ed4f4db0a90a11bccd9ea009f9eac (patch) | |
tree | 2218eb6052888edd805b531699b91fc1aa9efeca /roles/hostnames/test/test.yaml | |
parent | ab61cddece9f010c17c1700b061638709701ee90 (diff) | |
download | openshift-ca1b17aeeb8ed4f4db0a90a11bccd9ea009f9eac.tar.gz openshift-ca1b17aeeb8ed4f4db0a90a11bccd9ea009f9eac.tar.bz2 openshift-ca1b17aeeb8ed4f4db0a90a11bccd9ea009f9eac.tar.xz openshift-ca1b17aeeb8ed4f4db0a90a11bccd9ea009f9eac.zip |
Changes by JayKayy for a full provision of OpenShift on OpenStack
Diffstat (limited to 'roles/hostnames/test/test.yaml')
-rw-r--r-- | roles/hostnames/test/test.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/roles/hostnames/test/test.yaml b/roles/hostnames/test/test.yaml new file mode 100644 index 000000000..34bf37942 --- /dev/null +++ b/roles/hostnames/test/test.yaml @@ -0,0 +1,21 @@ +--- +- hosts: all + roles: + - role: hostnames + +# - debug: +# +# - hosts: dns +# roles: +# - role: dns-server +# named_config_views: +# - name: private +# acl_entry: +# - 192.168.124.40/32 +# - 192.168.124.40/32 +# zone: +# - dns_domain: example.com +# - name: public +# zone: +# - dns_domain: example.com +# - role: dns |