feat(hosts): add new nodes to hosts.yml and update site.yml login message
这个提交包含在:
@@ -92,6 +92,29 @@ all:
|
|||||||
ansible_host: clawjp.node.dev.cm
|
ansible_host: clawjp.node.dev.cm
|
||||||
node_hostname: clawjp
|
node_hostname: clawjp
|
||||||
node_region: jp-tyo
|
node_region: jp-tyo
|
||||||
|
orajpa:
|
||||||
|
ansible_host: orajpa.node.dev.cm
|
||||||
|
node_hostname: orajpa
|
||||||
|
node_region: jp-tyo
|
||||||
|
orakra:
|
||||||
|
ansible_host: orakra.node.dev.cm
|
||||||
|
node_hostname: orakra
|
||||||
|
node_region: kr-sel
|
||||||
|
orasga:
|
||||||
|
ansible_host: orasga.node.dev.cm
|
||||||
|
node_hostname: orasga
|
||||||
|
node_region: sg-sg
|
||||||
|
# 以下为内网节点 需要手动先配置好vpn才能访问
|
||||||
|
homea:
|
||||||
|
ansible_host: homea
|
||||||
|
node_hostname: homea
|
||||||
|
node_region: cn-sh
|
||||||
|
use_mirror: true
|
||||||
|
homeb:
|
||||||
|
ansible_host: homeb
|
||||||
|
node_hostname: homeb
|
||||||
|
node_region: cn-sh
|
||||||
|
use_mirror: true
|
||||||
|
|
||||||
# 节点分组
|
# 节点分组
|
||||||
k3s_cluster:
|
k3s_cluster:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: |
|
msg: |
|
||||||
{% if lookup('env', 'SSH_PASSWORD') | length > 0 %}
|
{% if lookup('env', 'SSH_PASSWORD') | length > 0 %}
|
||||||
✓ 使用密码登录 (首次安装)
|
✓ 优先使用密码登录
|
||||||
{% else %}
|
{% else %}
|
||||||
✓ 使用密钥登录
|
✓ 使用密钥登录
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户