diff --git a/pages/common/ansible-galaxy.md b/pages/common/ansible-galaxy.md new file mode 100644 index 000000000..43bdbf152 --- /dev/null +++ b/pages/common/ansible-galaxy.md @@ -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}}` \ No newline at end of file