ansible-role-apache/lamp_haproxy/group_vars/webservers
Tim Gerla db5329949f Minor improvements
- default to ansible_default_ipv4.interface
- move "repository" variable to webservers
- mention 1.2 and CentOS 6 requirements in readme
2013-04-19 13:35:24 -07:00

17 lines
459 B
Text

---
# Variables for the web server configuration
# Ethernet interface on which the web server should listen.
# Defaults to the first interface. Change this to:
#
# iface: eth1
#
# ...to override.
#
iface: '{{ ansible_default_ipv4.interface }}'
# this is the repository that holds our sample webapp
repository: http://github.com/bennojoy/mywebapp.git
# this is the sha1sum of V5 of the test webapp.
webapp_version: 351e47276cc66b018f4890a04709d4cc3d3edb0d