Add access vars and target to hubble

This commit is contained in:
2021-09-05 00:52:12 -04:00
parent cf187d2217
commit e77db3d473
2 changed files with 28 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ all:
vars:
skylab_state_dir: /var/run/skylab
skylab_ansible_venv: "{{ skylab_state_dir }}/ansible-runtime"
skylab_secrets_repository: git@vcs.enp.one:skylab/skylab-ansible-secrets.git
ansible_user: ansible
ansible_python_interpreter: "{{ skylab_ansible_venv }}/bin/python"
ansible_ssh_common_args: "-o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
@@ -14,3 +15,4 @@ en2:
hubble:
ansible_host: en2a.enp.one
skylab_description: Cloud Web Server
skylab_targets: [cloud]