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.
This commit is contained in:
9
inventory/group_vars/all/bootstrap.yml
Normal file
9
inventory/group_vars/all/bootstrap.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
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') }}"]
|
||||
|
||||
Reference in New Issue
Block a user