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:
6
inventory/group_vars/all/common.yml
Normal file
6
inventory/group_vars/all/common.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
netbase__domain: 'ecogood.org'
|
||||
ntp__timezone: 'Etc/UTC'
|
||||
bootstrap__admin_sshkeys: '{{ lookup("pipe","ssh-add -L | grep ^ssh || cat ~/.ssh/id_ed25519-ecg.pub || true") }}'
|
||||
python__v3: 'True'
|
||||
python__v2: 'False'
|
||||
Reference in New Issue
Block a user