💾 Archived View for koyu.space › vydyck › tech › linux › ansible › index.gmi captured on 2023-01-29 at 17:09:43. Gemini links have been rewritten to link to archived content
View Raw
More Information
➡️ Next capture (2023-11-04)
-=-=-=-=-=-=-
Ansible
Collections
Creating and updating
- ansible-galaxy collection init my_namespace.my_collection
- * update my_namespace/my_collection/galaxy.yml between builds to update the version
- ansible-galaxy collection build my_namespace/my_collection
- ansible-galaxy collection publish
- ansible-galaxy collection install
Layout
collection-structure.gmi
official structure