Where is current configuration behind the whole module reference? #6375
-
|
Where is current configuration behind the whole module reference? eg. about ansible I would like to contribute to that if possible. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @Propfend, thank you for the question. The entire configuration schema supported by a given module is presented in docs on the "Config Schema" tab. |
Beta Was this translation helpful? Give feedback.
Hi @Propfend, thank you for the question. The entire configuration schema supported by a given module is presented in docs on the "Config Schema" tab.
The reference for that schema is defined in cloudinit/config/schemas/schema-cloud-config-v1.json and the configuration module which supports ansible is at cloudinit/config/cc_ansible.py. Hopefully that helps get you started. Feel free to drop into our chatroom on Matrix at https://app.element.io/#/room/#cloud-init:ubuntu.com for more questions as you get started.