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

✨ feat: Allow to skip requisition import #69

Closed indigo423 closed 1 year ago

indigo423 commented 1 year ago

If you create very large requisitions, we give the user the ability to skip the import and let him do some sanitychecks before he is going to synchronize the nodes in the requisition.

The variable skip_import is introduced and by default set to false. If the user wants to skip the import of the requisition he should set -e skip_import=true.