From 7b72852a88833bb98777ca515e182137873da894 Mon Sep 17 00:00:00 2001 From: Brandon Soto Date: Wed, 13 Sep 2017 19:57:24 -0700 Subject: [PATCH] ansible-galaxy: add page --- pages/common/ansible-galaxy.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/ansible-galaxy.md 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