Add per-role network configuration variables

This commit is contained in:
Mark Goddard 2017-03-09 17:05:49 +00:00
parent 0543dc50fb
commit 0c9518d9ec
2 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,15 @@
# to setup the Kayobe user account.
#controller_bootstrap_user:
###############################################################################
# Network interface attachments.
# List of default networks to which controller nodes are attached.
#controller_default_network_interfaces:
# List of extra networks to which controller nodes are attached.
#controller_extra_network_interfaces:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes

View File

@ -1,6 +1,15 @@
---
# Seed node configuration.
###############################################################################
# Network interface attachments.
# List of default networks to which seed nodes are attached.
#seed_default_network_interfaces:
# List of extra networks to which seed nodes are attached.
#seed_extra_network_interfaces:
###############################################################################
# LVM configuration.