diff --git a/inventory/group_vars/badges-web b/inventory/group_vars/badges-web index 10f5180ccf..d7e699e512 100644 --- a/inventory/group_vars/badges-web +++ b/inventory/group_vars/badges-web @@ -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 ] diff --git a/inventory/group_vars/badges-web-stg b/inventory/group_vars/badges-web-stg index 0f426ae0d8..84a1535e60 100644 --- a/inventory/group_vars/badges-web-stg +++ b/inventory/group_vars/badges-web-stg @@ -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 ] diff --git a/playbooks/groups/badges-web.yml b/playbooks/groups/badges-web.yml index 070d1c970f..e36120b652 100644 --- a/playbooks/groups/badges-web.yml +++ b/playbooks/groups/badges-web.yml @@ -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