Ansible galaxy: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
Tag: wikieditor |
||
| Line 1: | Line 1: | ||
=Documentation= | =Documentation= | ||
*[https://spacelift.io/blog/ansible-roles Ansible Roles] | *[https://spacelift.io/blog/ansible-roles Ansible Roles Tutorial: How to Create and Use Roles in Ansible?]] | ||
*[https://spacelift.io/blog/ansible-inventory Working with Ansible Inventory – Basics and Examples] | |||
=HOWTO= | =HOWTO= | ||
==Create custom role structure== | ==Create custom role structure== | ||
ansible-galaxy init myrole | ansible-galaxy init myrole | ||
Revision as of 09:51, 5 June 2025
Documentation
- Ansible Roles Tutorial: How to Create and Use Roles in Ansible?]
- Working with Ansible Inventory – Basics and Examples
HOWTO
Create custom role structure
ansible-galaxy init myrole
