Files
ansible/inventory/group_vars/all/bootstrap.yml
jose.canelas a8269203f0 Initial commit. This repo contains ansible CM that describes ECG infrastructure.
A test server (acacia root server) is already included in the inventory, with an ecg admin account.
2022-08-05 15:48:02 +01:00

10 lines
233 B
YAML

---
netbase__domain: 'ecogood.org'
bootstrap__admin_system: no
bootstrap__admin_default_users: []
bootstrap__admin_sshkeys: []
bootstrap__admin_users:
- name: ecg
sshkeys: ["{{ lookup('file', '~/.ssh/id_ed25519-ecg.pub') }}"]