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
7badd226
Commit
7badd226
authored
Dec 29, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Adding new virtualiation roles"
This reverts commit
c140c997
.
parent
400e8817
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
145 deletions
+0
-145
playbooks/roles/container/defaults/main.yml
+0
-25
playbooks/roles/container/meta/main.yml
+0
-20
playbooks/roles/container/tasks/main.yml
+0
-26
playbooks/roles/docker/defaults/main.yml
+0
-25
playbooks/roles/docker/meta/main.yml
+0
-23
playbooks/roles/docker/tasks/main.yml
+0
-26
No files found.
playbooks/roles/container/defaults/main.yml
deleted
100644 → 0
View file @
400e8817
---
#
# 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 container
#
#
# vars are namespaced with the module name.
#
container_role_name
:
container
#
# OS packages
#
container_debian_pkgs
:
[]
container_redhat_pkgs
:
[]
playbooks/roles/container/meta/main.yml
deleted
100644 → 0
View file @
400e8817
---
#
# 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 container
#
# Example:
#
# dependencies:
# - {
# role: my_role
# my_role_var0: "foo"
# my_role_var1: "bar"
# }
playbooks/roles/container/tasks/main.yml
deleted
100644 → 0
View file @
400e8817
---
#
# 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 container
#
# Overview:
#
#
# Dependencies:
#
#
# Example play:
#
#
-
name
:
stub ansible task
debug
:
msg="This is a stub task created by the ansible-role role"
notify
:
notify me
playbooks/roles/docker/defaults/main.yml
deleted
100644 → 0
View file @
400e8817
---
#
# 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 docker
#
#
# vars are namespaced with the module name.
#
docker_role_name
:
docker
#
# OS packages
#
docker_debian_pkgs
:
[]
docker_redhat_pkgs
:
[]
playbooks/roles/docker/meta/main.yml
deleted
100644 → 0
View file @
400e8817
---
#
# 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 docker
#
# Example:
#
# dependencies:
# - {
# role: my_role
# my_role_var0: "foo"
# my_role_var1: "bar"
# }
dependencies
:
-
container
playbooks/roles/docker/tasks/main.yml
deleted
100644 → 0
View file @
400e8817
---
#
# 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 docker
#
# Overview:
#
#
# Dependencies:
#
#
# Example play:
#
#
-
name
:
stub ansible task
debug
:
msg="This is a stub task created by the ansible-role role"
notify
:
notify me
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