Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
3b8fd62f
Commit
3b8fd62f
authored
Jan 28, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More site rename things.
parent
bbf4731f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
bin/ansible-galaxy
+3
-3
docsite/_themes/srtd/footer.html
+1
-1
hacking/README.md
+1
-1
No files found.
bin/ansible-galaxy
View file @
3b8fd62f
...
@@ -198,7 +198,7 @@ def build_option_parser(action):
...
@@ -198,7 +198,7 @@ def build_option_parser(action):
if
action
in
(
"info"
,
"init"
,
"install"
):
if
action
in
(
"info"
,
"init"
,
"install"
):
parser
.
add_option
(
parser
.
add_option
(
'-s'
,
'--server'
,
dest
=
'api_server'
,
default
=
"galaxy.ansible
works
.com"
,
'-s'
,
'--server'
,
dest
=
'api_server'
,
default
=
"galaxy.ansible.com"
,
help
=
'The API server destination'
)
help
=
'The API server destination'
)
if
action
in
(
"init"
,
"install"
):
if
action
in
(
"init"
,
"install"
):
...
@@ -510,7 +510,7 @@ def execute_init(args, options, parser):
...
@@ -510,7 +510,7 @@ def execute_init(args, options, parser):
"""
"""
init_path
=
get_opt
(
options
,
'init_path'
,
'./'
)
init_path
=
get_opt
(
options
,
'init_path'
,
'./'
)
api_server
=
get_opt
(
options
,
"api_server"
,
"galaxy.ansible
works
.com"
)
api_server
=
get_opt
(
options
,
"api_server"
,
"galaxy.ansible.com"
)
force
=
get_opt
(
options
,
'force'
,
False
)
force
=
get_opt
(
options
,
'force'
,
False
)
api_config
=
api_get_config
(
api_server
)
api_config
=
api_get_config
(
api_server
)
...
@@ -615,7 +615,7 @@ def execute_install(args, options, parser):
...
@@ -615,7 +615,7 @@ def execute_install(args, options, parser):
"""
"""
role_file
=
get_opt
(
options
,
"role_file"
,
None
)
role_file
=
get_opt
(
options
,
"role_file"
,
None
)
api_server
=
get_opt
(
options
,
"api_server"
,
"galaxy.ansible
works
.com"
)
api_server
=
get_opt
(
options
,
"api_server"
,
"galaxy.ansible.com"
)
no_deps
=
get_opt
(
options
,
"no_deps"
,
False
)
no_deps
=
get_opt
(
options
,
"no_deps"
,
False
)
if
len
(
args
)
==
0
and
not
role_file
:
if
len
(
args
)
==
0
and
not
role_file
:
...
...
docsite/_themes/srtd/footer.html
View file @
3b8fd62f
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<hr/>
<hr/>
<p>
<p>
©
Copyright 2013
<a
href=
"http://ansible
works.com"
>
AnsibleWorks
</a>
.
©
Copyright 2013
<a
href=
"http://ansible
.com"
>
Ansible, Inc.
</a>
.
{%- if last_updated %}
{%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
...
...
hacking/README.md
View file @
3b8fd62f
...
@@ -19,7 +19,7 @@ can install them from pip
...
@@ -19,7 +19,7 @@ can install them from pip
$ easy_install pip # if pip is not already available
$ easy_install pip # if pip is not already available
$ pip install pyyaml jinja2
$ pip install pyyaml jinja2
From there, follow ansible instructions on
ansibleworks.com/docs
as normal.
From there, follow ansible instructions on
docs.ansible.com
as normal.
Test-module
Test-module
-----------
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment