ansible-galaxy: add page
This commit is contained in:
23
pages/common/ansible-galaxy.md
Normal file
23
pages/common/ansible-galaxy.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# ansible-galaxy
|
||||
|
||||
> Create and manage Ansible roles
|
||||
|
||||
- Install a role
|
||||
|
||||
`ansible-galaxy install {{role_name}}`
|
||||
|
||||
- Remove a role
|
||||
|
||||
`ansible-galaxy remove {{role_name}}`
|
||||
|
||||
- List installed roles
|
||||
|
||||
`ansible-galaxy list`
|
||||
|
||||
- Search for roles
|
||||
|
||||
`ansible-galaxy search {{role_name}}`
|
||||
|
||||
- Create a new role
|
||||
|
||||
`ansible-galaxy init {{role_name}}`
|
Reference in New Issue
Block a user