mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add external vars example
This commit is contained in:
3
examples/external_vars.yml
Normal file
3
examples/external_vars.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
alpha: one
|
||||
beta: two
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user