Created
May 9, 2017 19:53
-
-
Save paulczar/cab1145f463eea97c90bc86de3bf4228 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
variables: | |
env_vars: | |
HTTP_PROXY: http://proxy.local:8080 | |
HTTPS_PROXY: http://proxy.local:8080 | |
playbooks: | |
task: | |
- name: preflight checks | |
hosts: all:!vyatta-* | |
any_errors_fatal: true | |
roles: | |
- role: preflight-checks | |
tags: ['always'] | |
environment: "{{ env_vars|default({}) }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
retries: