💾 Archived View for koyu.space › vydyck › tech › linux › ansible › index.gmi captured on 2023-07-10 at 14:16:14. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2023-01-29)
➡️ 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