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
772ac8ac
Commit
772ac8ac
authored
Aug 14, 2013
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working template includes
parent
ca509982
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
8 deletions
+20
-8
playbooks/roles/ansible-role/templates/handlers/main.yml.j2
+4
-1
playbooks/roles/ansible-role/templates/header.j2
+0
-4
playbooks/roles/ansible-role/templates/header.txt
+8
-0
playbooks/roles/ansible-role/templates/tasks/main.yml.j2
+4
-2
playbooks/roles/ansible-role/templates/vars/main.yml.j2
+4
-1
No files found.
playbooks/roles/ansible-role/templates/handlers/main.yml.j2
View file @
772ac8ac
---
{% include 'roles/ansible-role/templates/header.txt' %}
#
#
Task
s for role {{ role_name }}
#
Handler
s for role {{ role_name }}
#
# Overview:
#
#
- name: {{ role_name }} | notify me
debug: msg="stub handler"
playbooks/roles/ansible-role/templates/header.j2
deleted
100644 → 0
View file @
ca509982
#
# This file was created by the edX ansible-role ansible role.
#
\ No newline at end of file
playbooks/roles/ansible-role/templates/header.txt
0 → 100644
View file @
772ac8ac
#
# 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
#
playbooks/roles/ansible-role/templates/tasks/main.yml.j2
View file @
772ac8ac
---
{% include 'roles/ansible-role/templates/header.txt' %}
#
# Tasks for role {{ role_name }}
...
...
@@ -14,4 +15,5 @@
#
- name: {{ role_name }} | stub ansible task
debug: msg="This is a stub task created by the ansible-role role"
\ No newline at end of file
debug: msg="This is a stub task created by the ansible-role role"
notify: {{ role_name }} | notify me
\ No newline at end of file
playbooks/roles/ansible-role/templates/vars/main.yml.j2
View file @
772ac8ac
---
{% include 'roles/ansible-role/templates/header.txt' %}
#
# Vars for role {{ role_name }}
#
#
# vars are namespace with the module name.
#
{{ role_name }}_role_name: {{ role_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