Ansible galaxy: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
mNo edit summary Tag: wikieditor |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Documentation= | =Documentation= | ||
*[https://spacelift.io/blog/ansible-roles Ansible Roles] | *[https://spacelift.io/blog/ansible-roles Ansible Roles: Basics, Creating & Using] | ||
*[https://spacelift.io/blog/ansible-inventory Working with Ansible Inventory – Basics and Examples] | |||
*[https://www.cherryservers.com/blog/ansible-roles-tutorial Ansible Roles Tutorial: How to Create and Use Roles in Ansible?] | |||
=HOWTO= | =HOWTO= | ||
==Create custom role structure== | ==Create custom role structure== | ||
ansible-galaxy init myrole | |||
Latest revision as of 09:54, 5 June 2025
Documentation
- Ansible Roles: Basics, Creating & Using
- Working with Ansible Inventory – Basics and Examples
- Ansible Roles Tutorial: How to Create and Use Roles in Ansible?
HOWTO
Create custom role structure
ansible-galaxy init myrole
