diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2017-06-14 16:28:00 +0200 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-06-14 16:28:00 +0200 |
commit | 6241e33432ea88cf9c5bc67db6d09c90b2e891ba (patch) | |
tree | 4e82fafc32a598d9cf5c1c72b9c20e83268b0251 /roles/hostnames/test/test.yaml | |
parent | 672f8e155bdc7244d4bf0cbcca5e4be5f063d55f (diff) | |
parent | 22e88c9ce8f81cb13c3d050455d332161a1acd83 (diff) | |
download | openshift-6241e33432ea88cf9c5bc67db6d09c90b2e891ba.tar.gz openshift-6241e33432ea88cf9c5bc67db6d09c90b2e891ba.tar.bz2 openshift-6241e33432ea88cf9c5bc67db6d09c90b2e891ba.tar.xz openshift-6241e33432ea88cf9c5bc67db6d09c90b2e891ba.zip |
Merge redhat-cop/casl-ansible into openstack-provider
This imports the openstack provisioning bits of:
https://github.com/redhat-cop/casl-ansible
taking care to preserve the original history of those files.
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 |