feat: initial import of RailianceHosts starter
This commit is contained in:
commit
9860735f82
20 changed files with 355 additions and 0 deletions
4
inventory/group_vars/all.yaml
Normal file
4
inventory/group_vars/all.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Global, non-secret variables (safe to commit).
|
||||
ansible_user: admin
|
||||
ssh_port: 22
|
||||
timezone: Europe/Berlin
|
||||
3
inventory/group_vars/secrets.sops.yaml
Normal file
3
inventory/group_vars/secrets.sops.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Encrypt this file with SOPS before committing!
|
||||
ops:
|
||||
hcloud_token: "hc_XXXXXXXXXXXXXXXXXXXXXXXXXXXX" # replace; then run: sops --encrypt --in-place inventory/group_vars/secrets.sops.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue