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
0dc1cbd6
Commit
0dc1cbd6
authored
Jul 25, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9524 from ktosiek/patch-1
guide_rax.rst: fix add_host invocations
parents
8509f228
3b7280b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docsite/rst/guide_rax.rst
+2
-2
No files found.
docsite/rst/guide_rax.rst
View file @
0dc1cbd6
...
@@ -131,7 +131,7 @@ The rax module returns data about the nodes it creates, like IP addresses, hostn
...
@@ -131,7 +131,7 @@ The rax module returns data about the nodes it creates, like IP addresses, hostn
hostname: "{{ item.name }}"
hostname: "{{ item.name }}"
ansible_ssh_host: "{{ item.rax_accessipv4 }}"
ansible_ssh_host: "{{ item.rax_accessipv4 }}"
ansible_ssh_pass: "{{ item.rax_adminpass }}"
ansible_ssh_pass: "{{ item.rax_adminpass }}"
group
name
: raxhosts
group
s
: raxhosts
with_items: rax.success
with_items: rax.success
when: rax.action == '
create
'
when: rax.action == '
create
'
...
@@ -519,7 +519,7 @@ Build a complete webserver environment with servers, custom networks and load ba
...
@@ -519,7 +519,7 @@ Build a complete webserver environment with servers, custom networks and load ba
ansible_ssh_host
:
"{{ item.rax_accessipv4 }}"
ansible_ssh_host
:
"{{ item.rax_accessipv4 }}"
ansible_ssh_pass
:
"{{ item.rax_adminpass }}"
ansible_ssh_pass
:
"{{ item.rax_adminpass }}"
ansible_ssh_user
:
root
ansible_ssh_user
:
root
group
name
:
web
group
s
:
web
with_items
:
rax
.
success
with_items
:
rax
.
success
when
:
rax
.
action
==
'create'
when
:
rax
.
action
==
'create'
...
...
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