-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify hosts.yaml format #253
Comments
You can also use group vars. Just keep it simple for manageability. |
I would propose the following Ansible inventory compatible format. The required groups are
|
hosts.yaml is currently configured by task and not by compute node.
There are many duplicate entities required.
Have one yaml element for each server and only require a minimum of items are uniqure to each server, just as server name, IPs and MAC address.
Items that can be shared across servers, can be in a globals section. Only list the dns server once. If all servers have the same NIC layout, then that can be mapped in globals etc.
Allow for customizing individual servers. The customization would have a priority over the global values.
Example hosts.yaml
The text was updated successfully, but these errors were encountered: