skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add initial inventory with hubble server

This commit is contained in:
Ethan Paul 2021-09-04 23:57:34 -04:00
parent 84053b3ce6
commit f6b43cfc98
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 16 additions and 0 deletions

16
inventory.yaml Normal file
View File

@ -0,0 +1,16 @@
---
all:
vars:
skylab_state_dir: /var/run/skylab
skylab_ansible_venv: "{{ skylab_state_dir }}/ansible-runtime"
ansible_user: ansible
ansible_python_interpreter: "{{ skylab_ansible_venv }}/bin/python"
ansible_ssh_common_args: "-o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
en2:
vars:
skylab_location: DigitalOcean NYC1
hosts:
hubble:
ansible_host: en2a.enp.one
skylab_description: Cloud Web Server