mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
9 lines
395 B
YAML
9 lines
395 B
YAML
# Both invoked in 4-SERVER-OPTIONS, by roles/www_options/tasks/main.yml:
|
|
#
|
|
# httpd/tasks/homepage.yml
|
|
# nginx/tasks/homepage.yml
|
|
|
|
- name: Install {{ nginx_conf_dir }}/iiab.conf from nginx/templates, so NGINX redirects http://box to http://box{{ iiab_home_url }} # /home
|
|
template:
|
|
src: roles/nginx/templates/iiab.conf.j2
|
|
dest: "{{ nginx_conf_dir }}/iiab.conf" # /etc/nginx/conf.d
|