mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
runtime testing
This commit is contained in:
parent
0879bcd457
commit
d638421411
2 changed files with 3 additions and 2 deletions
|
@ -87,6 +87,7 @@
|
|||
- name: 'Enable 5 Apache modules, as with "a2enmod" command: headers, proxy, proxy_html, proxy_http, rewrite (for http://box/kiwix, http://box/kolibri, http://box/nodered, etc--if debuntu)'
|
||||
apache2_module:
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- headers
|
||||
- proxy
|
||||
- proxy_html
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
src: '{{ item.src}}'
|
||||
dest: '{{ item.dest }}'
|
||||
with_items:
|
||||
- { src: "server.conf",dest: "/etc/nginx/" }
|
||||
- { src: "nginx.conf",dest: "/etc/nginx/" }
|
||||
- { src: "roles/nginx/templates/server.conf", dest: "/etc/nginx/" }
|
||||
- { src: "roles/nginx/templates/nginx.conf", dest: "/etc/nginx/" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue