2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

[RFE] accept zone + prefix instead of just zone #7

Closed thoraxe closed 9 years ago

thoraxe commented 9 years ago

For roadshow purposes, it would be nice if we could prompt for zone+prefix instead of just zone.

Eg:

zone [base.dns.com]
prefix [someevent]
apps [apps.someevent.base.dns.com]

Then we would end up with hosts like:

master.someevent.base.dns.com
node1.someevent.base.dns.com

And so on and so forth. This also allows multiple clusters to be provisioned into the same DNS zone which saves money.

thoraxe commented 9 years ago

This is fixed by https://github.com/thoraxe/demo-ansible/tree/dns-zone-reduce but is pending a workaround for https://github.com/ansible/ansible-modules-core/issues/1816

detiber commented 9 years ago

Closing, addressed in https://github.com/2015-Middleware-Keynote/demo-ansible/issues/16