ansible-role-bootstrap/defaults/main.yml

12 lines
280 B
YAML

---
# defaults file for bootstrap
# Do you want to wait for the host to be available?
bootstrap_wait_for_host: false
# The number of seconds you want to wait during connection test before failing.
bootstrap_timeout: 3
# Tell the role to "become" or not.
bootstrap_become: true