Merge PR#36: fix ssh config after merging gnocci/setup
[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 }}"