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
189811c6
Commit
189811c6
authored
Oct 23, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove launch_cfn
parent
7783ecef
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
96 deletions
+0
-96
playbooks/roles/launch_cfn/defaults/main.yml
+0
-25
playbooks/roles/launch_cfn/handlers/main.yml
+0
-18
playbooks/roles/launch_cfn/meta/main.yml
+0
-20
playbooks/roles/launch_cfn/tasks/main.yml
+0
-33
No files found.
playbooks/roles/launch_cfn/defaults/main.yml
deleted
100644 → 0
View file @
7783ecef
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
##
# Defaults for role launch_cfn
#
#
# vars are namespace with the module name.
#
launch_cfn_role_name
:
launch_cfn
#
# OS packages
#
launch_cfn_debian_pkgs
:
[]
launch_cfn_redhat_pkgs
:
[]
playbooks/roles/launch_cfn/handlers/main.yml
deleted
100644 → 0
View file @
7783ecef
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
#
#
# Handlers for role launch_cfn
#
# Overview:
#
#
-
name
:
launch_cfn | notify me
debug
:
msg="stub handler"
playbooks/roles/launch_cfn/meta/main.yml
deleted
100644 → 0
View file @
7783ecef
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
##
# Role includes for role launch_cfn
#
# Example:
#
# dependencies:
# - {
# role: my_role
# my_role_var0: "foo"
# my_role_var1: "bar"
# }
playbooks/roles/launch_cfn/tasks/main.yml
deleted
100644 → 0
View file @
7783ecef
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
#
#
# Tasks for role launch_cfn
#
# Overview:
# Create a cloudformation stack.
#
#
# Dependencies:
#
#
# Example play:
#
#
-
name
:
Create the stack.
cloudformation
:
>
stack_name="{{CFN_NAME}}"
region="{{CFN_REGION}}"
template="/Users/feanil/src/configuration/cloudformation_templates/edx-reference-architecture.json"
args
:
template_parameters
:
KeyName
:
'
continuous-integration'
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