This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Deploy VM based on Requested Size | |
| hosts: localhost | |
| gather_facts: no | |
| vars_files: | |
| - vars/sizes-vars.yaml | |
| vars_prompt: | |
| - name: strname | |
| prompt: "\nPlease enter the VM name" |
This gist is mostly based on the dnsmasq appendix from the openshift-training repo. However, I updated it and included fixes for the many gotchas I found along the way.
This is useful for folks who want to set up a DNS service as part of the cluster itself, either because they cannot easily change their DNS setup outside of the cluster, or just because they want to keep the cluster setup self-contained.