Skip to content

Instantly share code, notes, and snippets.

@yeukhon
Created October 21, 2013 01:40
Show Gist options
  • Save yeukhon/7077501 to your computer and use it in GitHub Desktop.
Save yeukhon/7077501 to your computer and use it in GitHub Desktop.
### 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