opennms-forge / ansible-provisioning

Use Ansible to provision node inventory into OpenNMS Horizon/Meridian
https://www.opennms.com
GNU Affero General Public License v3.0
0 stars 1 forks source link

Is there a way to tag an IP interface #5

Open indigo423 opened 1 year ago

indigo423 commented 1 year ago

Investigate if we have a possibility to tag IP interfaces which are used for a) management agents and b) for serving applications in production. It would help us with #8.

mfuhrmann commented 1 year ago

Regarding the docs, tags are only usable in tasks: https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_tags.html

mfuhrmann commented 1 year ago

I think here is just about setting manage in an interface: image