Add external vars example

This commit is contained in:
Michael DeHaan
2012-03-12 22:03:20 -04:00
parent e582bd5ec5
commit adf1492da2
3 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
---
alpha: one
beta: two

View File

@@ -4,6 +4,8 @@
vars:
http_port: 80
max_clients: 200
vars_files:
- external_vars.yml
tasks:
- name: simulate long running op (15 sec), wait for up to 45, poll every 5
action: command /bin/sleep 15