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