deploiement/roles/bubger/vars/main.yml

9 lines
267 B
YAML
Raw Normal View History

2022-06-25 01:31:56 +02:00
---
private_name: ""
path: "{{ home_user_default }}/bubger"
2022-06-26 13:26:59 +02:00
path_site: "/var/www/mailing_list"
2022-06-25 01:31:56 +02:00
path_site_public: "{{ path_site }}/archives"
path_site_private: "{{ path_site }}/{{ private_name }}"
public: "{{ path }}/archives"
private: "{{ path }}/{{ private_name }}"