Commit 2cfd16f1 by John Jarvis

updating comment blocks for devpi and gh_mirror

parent 70067fba
#
# 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 devpi
#
--- ---
- name: devpi | restart devpi - name: devpi | restart devpi
supervisorctl: > supervisorctl: >
......
#
# 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 devpi
#
# Overview:
# Creates a pypi caching server
#
# Dependencies:
# - common
# - nginx
# - supervisor
#
# Example play:
# roles:
# - common
# - role: nginx
# nginx_sites:
# - devpi
# - role: supervisor
# supervisor_servers:
# - devpi
# - devpi
--- ---
- name: devpi | create devpi user - name: devpi | create devpi user
user: > user: >
......
#
# 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 gh_mirror
#
--- ---
gh_mirror_nginx_port: 80 gh_mirror_nginx_port: 80
gh_mirror_server_name: 'git.*' gh_mirror_server_name: 'git.*'
......
#
# 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 gh_mirror
#
# Overview:
# Creates a github read-only mirror server
# Will sync all public repos in gh_mirror_orgs
#
# Dependencies:
# - common
# - nginx
#
# Example play:
# roles:
# - common
# - role: nginx
# nginx_sites:
# - gh_mirror
# - gh_mirror
--- ---
- name: gh_mirror | install pip packages - name: gh_mirror | install pip packages
pip: name={{ item }} state=present pip: name={{ item }} state=present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment