summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Houseknecht <chouseknecht@ansible.com>2016-10-28 00:38:39 -0400
committerGitHub <noreply@github.com>2016-10-28 00:38:39 -0400
commitdceb2a0393118357b4116f3534cffbea402b8df7 (patch)
tree977d75ccbad041b493df6c10d9cb1a608c94bcc7 /docs
parentbd9ca5ef28dff4f788f92bc2068a5a490e7c9be9 (diff)
downloadansible-dceb2a0393118357b4116f3534cffbea402b8df7.tar.gz
Remove extra display statements and add docs (#18229)
* Add docs for ansible-galaxy import --role-name option. * Add docs for ansible-galaxy init --container-enabled option.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/man1/ansible-galaxy.1.asciidoc.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/man/man1/ansible-galaxy.1.asciidoc.in b/docs/man/man1/ansible-galaxy.1.asciidoc.in
index 3b694c6705..e2cef97735 100644
--- a/docs/man/man1/ansible-galaxy.1.asciidoc.in
+++ b/docs/man/man1/ansible-galaxy.1.asciidoc.in
@@ -100,8 +100,9 @@ configured in your *ansible.cfg* file (/etc/ansible/roles if not configured)
INIT
----
-The *init* command is used to create an empty role suitable for uploading
-to https://galaxy.ansible.com (or for roles in general).
+The *init* command is used to create a new role suitable for uploading
+to https://galaxy.ansible.com (or for roles in general). Creates a skeleton
+directory structure and default files.
USAGE
~~~~~
@@ -124,6 +125,10 @@ working directory.
Don't query the galaxy API when creating roles
+*--container-enabled*::
+
+Initialize the new role with files appropriate for a Container Enabled role.
+
LIST
----
@@ -277,6 +282,10 @@ Provide a specific branch to import. When a branch is not specified the
branch found in meta/main.yml is used. If no branch is specified in
meta/main.yml, the repo's default branch (usually master) is used.
+*--role-name*::
+
+Set the name of the role. Otherwise, the name is derived from the
+name of the GitHub repository.
DELETE
------