Commit fa51e8f3 by Toshio Kuratomi

Document the --offline parameter to galaxy init

Fixes #9758
parent 12e18843
'\" t '\" t
.\" Title: ansible-doc .\" Title: ansible-doc
.\" Author: :doctype:manpage .\" Author: :doctype:manpage
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/26/2014 .\" Date: 12/09/2014
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 1.7 .\" Source: Ansible 1.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE\-DOC" "1" "05/26/2014" "Ansible 1\&.7" "System administration commands" .TH "ANSIBLE\-DOC" "1" "12/09/2014" "Ansible 1\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
......
'\" t '\" t
.\" Title: ansible-galaxy .\" Title: ansible-galaxy
.\" Author: [see the "AUTHOR" section] .\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/26/2014 .\" Date: 12/09/2014
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 1.7 .\" Source: Ansible 1.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE\-GALAXY" "1" "05/26/2014" "Ansible 1\&.7" "System administration commands" .TH "ANSIBLE\-GALAXY" "1" "12/09/2014" "Ansible 1\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -149,6 +149,11 @@ Force overwriting an existing role\&. ...@@ -149,6 +149,11 @@ Force overwriting an existing role\&.
.RS 4 .RS 4
The path in which the skeleton role will be created\&.The default is the current working directory\&. The path in which the skeleton role will be created\&.The default is the current working directory\&.
.RE .RE
.PP
\fB\-\-offline\fR
.RS 4
Don\(cqt query the galaxy API when creating roles
.RE
.SH "LIST" .SH "LIST"
.sp .sp
The \fBlist\fR sub\-command is used to show what roles are currently instaled\&. You can specify a role name, and if installed only that role will be shown\&. The \fBlist\fR sub\-command is used to show what roles are currently instaled\&. You can specify a role name, and if installed only that role will be shown\&.
......
...@@ -122,6 +122,10 @@ Force overwriting an existing role. ...@@ -122,6 +122,10 @@ Force overwriting an existing role.
The path in which the skeleton role will be created.The default is the current The path in which the skeleton role will be created.The default is the current
working directory. working directory.
*--offline*::
Don't query the galaxy API when creating roles
LIST LIST
---- ----
......
'\" t '\" t
.\" Title: ansible-playbook .\" Title: ansible-playbook
.\" Author: :doctype:manpage .\" Author: :doctype:manpage
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/26/2014 .\" Date: 12/09/2014
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 1.7 .\" Source: Ansible 1.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE\-PLAYBOOK" "1" "05/26/2014" "Ansible 1\&.7" "System administration commands" .TH "ANSIBLE\-PLAYBOOK" "1" "12/09/2014" "Ansible 1\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
......
'\" t '\" t
.\" Title: ansible .\" Title: ansible
.\" Author: :doctype:manpage .\" Author: :doctype:manpage
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/26/2014 .\" Date: 12/09/2014
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 1.7 .\" Source: Ansible 1.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE" "1" "05/26/2014" "Ansible 1\&.7" "System administration commands" .TH "ANSIBLE" "1" "12/09/2014" "Ansible 1\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
ansible-pull \- set up a remote copy of ansible on each managed node ansible-pull \- set up a remote copy of ansible on each managed node
.SH "SYNOPSIS" .SH "SYNOPSIS"
.sp .sp
ansible \-d DEST \-U URL [options] [ <filename\&.yml> ] ansible\-pull \-d DEST \-U URL [options] [ <filename\&.yml> ]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.sp .sp
\fBAnsible\fR is an extra\-simple tool/framework/API for doing \*(Aqremote things\*(Aq over SSH\&. \fBAnsible\fR is an extra\-simple tool/framework/API for doing \*(Aqremote things\*(Aq over SSH\&.
......
'\" t '\" t
.\" Title: ansible-vault .\" Title: ansible-vault
.\" Author: [see the "AUTHOR" section] .\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/26/2014 .\" Date: 12/09/2014
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 1.7 .\" Source: Ansible 1.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE\-VAULT" "1" "05/26/2014" "Ansible 1\&.7" "System administration commands" .TH "ANSIBLE\-VAULT" "1" "12/09/2014" "Ansible 1\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
......
'\" t '\" t
.\" Title: ansible .\" Title: ansible
.\" Author: :doctype:manpage .\" Author: :doctype:manpage
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/26/2014 .\" Date: 12/09/2014
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 1.7 .\" Source: Ansible 1.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE" "1" "05/26/2014" "Ansible 1\&.7" "System administration commands" .TH "ANSIBLE" "1" "12/09/2014" "Ansible 1\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment