2013-03-13 15:46:18 +01:00
|
|
|
---
|
2013-03-20 06:07:11 +01:00
|
|
|
# Variables for the web server configuration
|
2013-03-13 15:46:18 +01:00
|
|
|
|
2013-04-19 22:35:24 +02:00
|
|
|
# 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 }}'
|
2013-04-10 03:22:56 +02:00
|
|
|
|
2013-04-19 22:35:24 +02:00
|
|
|
# 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.
|
2013-04-10 03:22:56 +02:00
|
|
|
webapp_version: 351e47276cc66b018f4890a04709d4cc3d3edb0d
|