diff --git a/group_vars/all/web_services.yml b/group_vars/all/web_services.yml index 40bbb61..0b895fc 100644 --- a/group_vars/all/web_services.yml +++ b/group_vars/all/web_services.yml @@ -5,3 +5,8 @@ reverse_proxy_sites: - {from: hindley.pains-perdus.fr, to: "http://127.0.0.1:5000"} - {from: gitea.deso-palaiseau.fr, to: "https://azerty.fil.sand.auro.re:8443"} - {from: openid.deso-palaiseau.fr, to: "https://azerty.fil.sand.auro.re:7443"} + +sharing_sites: + - {from: share.deso-palaiseau.fr, folder: "/var/www/share/"} + - {from: authority.deso-palaiseau.fr, folder: "/var/www/authority/"} + - {from: authority-info-access.deso-palaiseau.fr, folder: "/var/www/authority_info_access/"} diff --git a/web_services.yml b/web_services.yml index 2933a4d..a4128ff 100644 --- a/web_services.yml +++ b/web_services.yml @@ -6,3 +6,4 @@ roles: - install_nginx - reverse_proxy_http + - share_file_web