migrate infra from single server to multi-server cluster
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
admin_user: 'admin'
|
||||
# Passwords are generated by this command: ansible all -i localhost, -m debug -a 'msg={{ "" | password_hash("sha512", "") }}'
|
||||
admin_password: '$6$rounds=656000$C43bVkou378rvtx8$J1KJZ6uw/KnLGc7nFSixAdsNDKUaSw.SGA38ZtZHwHB8eB5a/rRm1qJ8QR/wIxxylLJ0i7ByaW9CAjpbDYaQH/' # 7V#4kW9RvJfmxAnJV8zWbLrp%%SXRJ#kvGkowR98TY # salt=C43bVkou378rvtx8
|
||||
cephadm_password: '$6$rounds=656000$nE9mLm8AbEshiHr7$9HkqmR2Fr.0gKXwzml7CPhaWY9Ul4t0hdHiFldAI8ShISp6yB0NvehbTDnCKnfBO5UTL591IsNKda54WMa6MS.' # fM5$kZP4d!%$ZocBkhj85q^2GuwwN35YHxS!neC3AM # salt=nE9mLm8AbEshiHr7
|
||||
ssh_port: 22
|
||||
cephfs_name: "shared-fs"
|
||||
ceph_osd_device: "/dev/sdb"
|
||||
public_interface: 'eth0'
|
||||
private_interface: 'enp7s0'
|
||||
authorized_keys:
|
||||
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKtYTptTN9ggoy0aUKXmxaPKpclEn86jM7s5UtTw1JJI'
|
||||
hetzner_api_key: "wqwAS4LINKOxgkyeECrHFOq1MRiOhFe236UyNBjs7fIhmOcKrXCmuncVPyt0S7Ac"
|
||||
|
||||
ceph_volume: /mnt/cephfs
|
||||
main_domain: avicenna.hamburg
|
||||
traefik_public_net: traefik_public
|
||||
Reference in New Issue
Block a user