Files
awoooi/infra/ansible/inventory/group_vars/all.yml

21 lines
438 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
# AWOOOI Ansible — 共用變數
# 所有主機適用的基礎設定
# 時區
timezone: "Asia/Taipei"
# 共用 SSH 用戶
ansible_ssh_common_args: "-o StrictHostKeyChecking=accept-new -o ConnectTimeout=10"
# sudoers NOPASSWD (CD 用see ADR-034)
sudo_password: "{{ vault_sudo_password }}"
# Harbor Registry
harbor_url: "harbor.wooo.work"
harbor_namespace: "awoooi"
# 網路
nginx_vip: "192.168.0.200"
k3s_vip: "192.168.0.125"