salt.pillar.cobbler
A module to pull data from Cobbler via its API into the Pillar dictionary
Configuring the Cobbler ext_pillar
The same cobbler.* parameters are used for both the Cobbler tops and Cobbler pillar modules.
ext_pillar: - cobbler: key: cobbler # Nest results within this key. By default, values are not nested. only: [parameters] # Add only these keys to pillar. cobbler.url: https://example.com/cobbler_api #default is http://localhost/cobbler_api cobbler.user: username # default is no username cobbler.password: password # default is no password
Module Documentation
-
Read pillar data from Cobbler via its API.
salt.pillar.cobbler.ext_pillar(minion_id, pillar, key=None, only=())
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/pillar/all/salt.pillar.cobbler.html