Skip to content
Snippets Groups Projects

Development environment

Open Daniel Palomar requested to merge development-environment into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
---
# Sysadmins
system_administrators:
- name: "daniel"
ssh_key: "{{ inventory_dir }}/../files/keys/daniel.pub"
state: present
- name: "jordi"
ssh_key: "{{ inventory_dir }}/../files/keys/jordi.pub"
state: present
- name: "adria"
ssh_key: "{{ inventory_dir }}/../files/keys/adria.pub"
state: present
- name: "kon"
ssh_key: "{{ inventory_dir }}/../files/keys/kon.pub"
state: present
- name: "lai"
ssh_key: "{{ inventory_dir }}/../files/keys/lai.pub"
state: present
- name: "cesar"
ssh_key: "{{ inventory_dir }}/../files/keys/cesar.pub"
state: present
development_environment: false
app_secret_key: !vault |
$ANSIBLE_VAULT;1.1;AES256
36303430313239386432333163613838303934393637643233343935333834633766626665343339
6437306263363835323737303361383438326237653036660a633738616337386263633135363161
39643831383233626531613361366432373936663231313564356661346437653535373835646236
6638623362363630610a383131663736313761303135363861336662613338373338653166623365
37616465653130363963633362613930393735646461393866343633656438316261366465336463
3565346631386566383866613336376135396537633834646134
app_algorithm: "HS256"
app_access_token_expire_minutes: 21600
app_admin_password: "password"
load_sample_data: "True"
\ No newline at end of file
Loading