-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontman.yml
26 lines (25 loc) · 1.03 KB
/
frontman.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- hosts:
- localhost
no_log: true
vars_files:
- ./config/frontman.yml
- ./config/servers.yml
- ./config/supabase.yml
pre_tasks:
- name: Ensure frontman_users is defined correctly
include_tasks: tasks/supabase-fetch-configs.yml
- name: Ensure frontman_users is defined correctly
include_tasks: tasks/supabase-fetch-users.yml
roles:
- role: frontman
vars:
frontman_default_redirect: "{{ config_frontman_default_redirect }}"
frontman_servers: "{{ config_servers }}"
frontman_configs: "{{ config_local_configs }}"
frontman_users: "{{ config_local_users }}"
frontman_static_directory_filename: static
frontman_title: "{{ config_users_title }}"
frontman_base_url: "{{ config_users_base_url }}"
frontman_cloudflare_project_name: "{{ config_frontman_cloudflare_project_name }}"
frontman_cloudflare_account_id: "{{ config_frontman_cloudflare_account_id }}"
frontman_cloudflare_api_token: "{{ config_frontman_cloudflare_api_token }}"