Fix iptables typo, add apache and mod_wsgi

This commit is contained in:
Kevin Fenzi 2013-06-11 18:40:26 +00:00
parent 7c807b866c
commit f66837a638
3 changed files with 4 additions and 2 deletions

View file

@ -15,4 +15,4 @@ install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80 443 ]
tcp_ports: [ 80, 443 ]

View file

@ -15,4 +15,4 @@ install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80 443 ]
tcp_ports: [ 80, 443 ]

View file

@ -41,6 +41,8 @@
- include: $tasks/denyhosts.yml
- include: $tasks/nagios_client.yml
- include: $tasks/fedmsg_base.yml
- include: $tasks/apache.yml
- include: $tasks/mod_wsgi.yml
handlers:
- include: $handlers/restart_services.yml