You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using zone_format: "FORWARD" in the "nios_zone" module will cause a strange warning: [WARNING]: Both option zone_format and its alias zone_format are set.
I get warnings like this when I use nios_fixed_address as well (on 2.9.15).
Task:
- name: make a host record
nios_fixed_address:
name: my-record-4.example.com
ipaddr: 192.168.100.4
network: 192.168.100.0/24
mac: 00:00:00:00:00:00
provider:
host: nios.example.com
username: admin
password: infoblox
validate_certs: no
Output:
TASK [make a host record] **************************************************************************************************************
[WARNING]: Both option ipaddr and its alias ipaddr are set.
[WARNING]: Both option mac and its alias mac are set.
[WARNING]: Both option network and its alias network are set.
ok: [localhost]
Same behavior, works as expected, but throwing warnings about aliases. Seems to me that aliases are set in the module code when they shouldn't be.
SUMMARY
Using
zone_format: "FORWARD"
in the "nios_zone" module will cause a strange warning:[WARNING]: Both option zone_format and its alias zone_format are set.
ISSUE TYPE
COMPONENT NAME
nios_zone
ANSIBLE VERSION
OS / ENVIRONMENT
CentOS Linux release 7.8
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
playbook works as expected but gives a strange warning:
The text was updated successfully, but these errors were encountered: