2016-02-15 20:52:46 +08:00
|
|
|
---
|
|
|
|
# Variables here are applicable to all host groups NOT roles
|
|
|
|
|
2016-02-29 23:35:07 +08:00
|
|
|
# This sample file generated by generate_group_vars_sample.sh
|
|
|
|
|
|
|
|
# Dummy variable to avoid error because ansible does not recognize the
|
|
|
|
# file as a good configuration file when no variable in it.
|
2016-02-15 20:52:46 +08:00
|
|
|
dummy:
|
|
|
|
|
2016-02-29 23:35:07 +08:00
|
|
|
# You can override vars by using host or group vars
|
|
|
|
|
2016-02-15 20:52:46 +08:00
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
2016-02-29 23:35:07 +08:00
|
|
|
# The agent needs an agent_master_host variable defined so that it can connect
|
|
|
|
# and push information back to it
|
2016-02-15 20:52:46 +08:00
|
|
|
#agent_master_host: "localhost"
|
2016-02-29 23:35:07 +08:00
|
|
|
|