d6177797a2eb04bbc38c2881616755314d43c9fc
[noc.git] / ansible / group_vars / all / main.yml
1 ---
2 # Build-related directories
3 global_artifacts_dir: "{{ inventory_dir }}/artifacts"
4 global_cache_dir: "{{ inventory_dir }}/.cache"
5
6 # Directory for static assets
7 global_files_dir: "{{ inventory_dir }}/files"
8
9 # Default credentials
10 ## Root password; by default, undefined
11 root_password: "{{ vault_root_password }}"
12 ## SSH keys for root, default to NOC's
13 ssh_keys: "{{ noc_ssh_keys }}"