skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add access vars and target to hubble

This commit is contained in:
Ethan Paul 2021-09-05 00:52:12 -04:00
parent cf187d2217
commit e77db3d473
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
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]

26
vars/access.yaml Normal file
View 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