community.general.cobbler_sync – Sync Cobbler¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.cobbler_sync
.
Parameters¶
Notes¶
Note
Concurrently syncing Cobbler is bound to fail with weird errors.
On python 2.7.8 and older (i.e. on RHEL7) you may need to tweak the python behaviour to disable certificate validation. More information at Certificate verification in Python standard library HTTP clients.