More site rename things.
This commit is contained in:
parent
bbf4731fe4
commit
3b8fd62ff9
3 changed files with 5 additions and 5 deletions
|
@ -198,7 +198,7 @@ def build_option_parser(action):
|
|||
|
||||
if action in ("info","init","install"):
|
||||
parser.add_option(
|
||||
'-s', '--server', dest='api_server', default="galaxy.ansibleworks.com",
|
||||
'-s', '--server', dest='api_server', default="galaxy.ansible.com",
|
||||
help='The API server destination')
|
||||
|
||||
if action in ("init","install"):
|
||||
|
@ -510,7 +510,7 @@ def execute_init(args, options, parser):
|
|||
"""
|
||||
|
||||
init_path = get_opt(options, 'init_path', './')
|
||||
api_server = get_opt(options, "api_server", "galaxy.ansibleworks.com")
|
||||
api_server = get_opt(options, "api_server", "galaxy.ansible.com")
|
||||
force = get_opt(options, 'force', False)
|
||||
|
||||
api_config = api_get_config(api_server)
|
||||
|
@ -615,7 +615,7 @@ def execute_install(args, options, parser):
|
|||
"""
|
||||
|
||||
role_file = get_opt(options, "role_file", None)
|
||||
api_server = get_opt(options, "api_server", "galaxy.ansibleworks.com")
|
||||
api_server = get_opt(options, "api_server", "galaxy.ansible.com")
|
||||
no_deps = get_opt(options, "no_deps", False)
|
||||
|
||||
if len(args) == 0 and not role_file:
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<hr/>
|
||||
|
||||
<p>
|
||||
© Copyright 2013 <a href="http://ansibleworks.com">AnsibleWorks</a>.
|
||||
© Copyright 2013 <a href="http://ansible.com">Ansible, Inc.</a>.
|
||||
|
||||
{%- if last_updated %}
|
||||
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
|
||||
|
|
|
@ -19,7 +19,7 @@ can install them from pip
|
|||
$ easy_install pip # if pip is not already available
|
||||
$ 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
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue