This commit allows the `security_groups` parameter of the `os_server` module to be either a YAML list or a common-delimited string (much like the `nics` attribute). E.g., this: - os_nova_server: [...] security_groups: - default - webserver Or this: - os_nova_server: [...] security_groups: default,webserver |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py | ||
test-requirements.txt |