Created
October 21, 2013 01:40
-
-
Save yeukhon/7077501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Configuring Moodle | |
# only if development=True is passed to extra-vars | |
- hosts: webservers | |
gather_facts: no | |
when: development is defined | |
vars_files: | |
- scripts/password.yaml | |
tags: | |
- moodle | |
tasks: | |
- include: moodle/requirements.yml tags=moodle-requirements | |
#http://www.ansibleworks.com/docs/playbooks_conditionals.html#the-when-statement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment