Fix iptables typo, add apache and mod_wsgi
This commit is contained in:
parent
7c807b866c
commit
f66837a638
3 changed files with 4 additions and 2 deletions
|
@ -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
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
tcp_ports: [ 80 443 ]
|
tcp_ports: [ 80, 443 ]
|
||||||
|
|
|
@ -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
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
tcp_ports: [ 80 443 ]
|
tcp_ports: [ 80, 443 ]
|
||||||
|
|
|
@ -41,6 +41,8 @@
|
||||||
- include: $tasks/denyhosts.yml
|
- include: $tasks/denyhosts.yml
|
||||||
- include: $tasks/nagios_client.yml
|
- include: $tasks/nagios_client.yml
|
||||||
- include: $tasks/fedmsg_base.yml
|
- include: $tasks/fedmsg_base.yml
|
||||||
|
- include: $tasks/apache.yml
|
||||||
|
- include: $tasks/mod_wsgi.yml
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: $handlers/restart_services.yml
|
- include: $handlers/restart_services.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue