Add access vars and target to hubble
This commit is contained in:
parent
cf187d2217
commit
e77db3d473
@ -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]
|
||||
|
26
vars/access.yaml
Normal file
26
vars/access.yaml
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
skylab_accounts:
|
||||
- name: enpaul
|
||||
uid: 1300
|
||||
fullname: Ethan N. Paul
|
||||
targets: [cloud]
|
||||
admin: true
|
||||
|
||||
- name: ansible
|
||||
uid: 1400
|
||||
targets: [cloud]
|
||||
admin: true
|
||||
service: true
|
||||
password: $y$j9T$w/pIBtZIMo3PmXccZ.LHi1$AbMVIks.P10CyuK8tWt21O4JuLpKGpWTFgX0WlTbiw6
|
||||
|
||||
skylab_group:
|
||||
name: skylab
|
||||
gid: 1200
|
||||
|
||||
skylab_group_admin:
|
||||
name: skylab_admin
|
||||
gid: 1201
|
||||
|
||||
skylab_group_automation:
|
||||
name: skylab_auto
|
||||
gid: 1202
|
Reference in New Issue
Block a user