Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
86056265
Commit
86056265
authored
Feb 02, 2017
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix more ansible 2.0 var de-referencing.
parent
59ff55bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/go-server/tasks/main.yml
+3
-3
No files found.
playbooks/roles/go-server/tasks/main.yml
View file @
86056265
...
...
@@ -117,9 +117,9 @@
regexp
:
"
^{{
item.username
}}"
line
:
"
{{
item.password_hash.stdout
}}"
with_items
:
-
{
username
:
GO_SERVER_ADMIN_USERNAME
,
password
:
GO_SERVER_ADMIN_PASSWORD
,
password_hash
:
admin_user_password_line
}
-
{
username
:
GO_SERVER_BACKUP_USERNAME
,
password
:
GO_SERVER_BACKUP_PASSWORD
,
password_hash
:
backup_user_password_line
}
-
{
username
:
GO_SERVER_GOMATIC_USERNAME
,
password
:
GO_SERVER_GOMATIC_PASSWORD
,
password_hash
:
gomatic_user_password_line
}
-
{
username
:
"
{{
GO_SERVER_ADMIN_USERNAME
}}"
,
password
:
"
{{
GO_SERVER_ADMIN_PASSWORD
}}"
,
password_hash
:
"
{{
admin_user_password_line
}}"
}
-
{
username
:
"
{{
GO_SERVER_BACKUP_USERNAME
}}"
,
password
:
"
{{
GO_SERVER_BACKUP_PASSWORD
}}"
,
password_hash
:
"
{{
backup_user_password_line
}}"
}
-
{
username
:
"
{{
GO_SERVER_GOMATIC_USERNAME
}}"
,
password
:
"
{{
GO_SERVER_GOMATIC_PASSWORD
}}"
,
password_hash
:
"
{{
gomatic_user_password_line
}}"
}
when
:
item.username and item.password and item.password_hash
-
name
:
install ssh key for the secure repos
...
...
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