mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Cleanup and reorganize vars by environment
This commit is contained in:
parent
51fb76ffb6
commit
f34742ddea
38 changed files with 43 additions and 925 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
kubeadm_enabled: true
|
||||
|
||||
harden_linux_root_password: "{{k8s_scaleway_root_password}}"
|
||||
harden_linux_deploy_user: deploy
|
||||
harden_linux_deploy_user_password: "{{k8s_scaleway_deploy_user_password}}"
|
||||
|
|
@ -23,4 +25,3 @@ harden_linux_sshguard_whitelist:
|
|||
- "212.83.165.111"
|
||||
- "10.3.0.0/24"
|
||||
- "10.200.0.0/16"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue