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
edx
configuration
Commits
0e5c49a0
Commit
0e5c49a0
authored
Nov 12, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
making cloud-init check a pre_task
parent
9527524c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
playbooks/edx-east/edx_provision.yml
+6
-0
playbooks/roles/launch_ec2/tasks/main.yml
+1
-6
No files found.
playbooks/edx-east/edx_provision.yml
View file @
0e5c49a0
...
...
@@ -20,6 +20,12 @@
hosts
:
launched
sudo
:
True
gather_facts
:
False
pre_tasks
:
-
name
:
Wait for cloud-init to finish
wait_for
:
>
path=/var/log/cloud-init.log
timeout=15
search_string=final-message
roles
:
# rerun common to set the hostname
-
common
...
...
playbooks/roles/launch_ec2/tasks/main.yml
View file @
0e5c49a0
...
...
@@ -91,9 +91,4 @@
timeout=320
with_items
:
"
{{
ec2.instances
}}"
-
name
:
launch_ec2 | Wait for cloud-init to finish
wait_for
:
>
path=/var/log/cloud-init.log
timeout=15
search_string=final-message
delegate_to
:
"
{{
item.public_dns_name
}}"
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