A test server (acacia root server) is already included in the inventory, with an ecg admin account.
10 lines
233 B
YAML
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') }}"]
|
|
|