diff --git a/doc/zh/DevelopInstruction.md b/doc/zh/DevelopInstruction.md index 3176ec5e396afcf505a7bb69ff3e83a384d69b98..af1be91acee7b806de1dcabdf8149f6a03e58e87 100644 --- a/doc/zh/DevelopInstruction.md +++ b/doc/zh/DevelopInstruction.md @@ -73,7 +73,7 @@ all: ansible_host: 172.27.76.114 # master node IP ansible_port: 22 ansible_user: root - ansible_password: PASSWORD + ansible_password: "" architecture: amd64 # amd64 or arm64 oeversion: 24.03-LTS # 22.03-LTS or 24.03-LTS workers: @@ -82,14 +82,14 @@ all: ansible_host: 172.27.70.60 # worker node IP ansible_port: 22 ansible_user: root - ansible_password: PASSWORD + ansible_password: "" architecture: amd64 oeversion: 24.03-LTS 172.27.72.90: # worker node IP ansible_host: 172.27.72.90 # worker node IP ansible_port: 22 ansible_user: root - ansible_password: PASSWORD + ansible_password: "" architecture: amd64 oeversion: 24.03-LTS vars: diff --git a/doc/zh/UseCase.md b/doc/zh/UseCase.md index 45c47df1eaf3860781244a3d3e4bdc19e2fd9997..7b18568f920f8dfa6045f173981140f2b3dbf125 100644 --- a/doc/zh/UseCase.md +++ b/doc/zh/UseCase.md @@ -139,7 +139,7 @@ ansible_host: 192.168.124.17 # 远端IP ansible_port: 22 # 端口号 ansible_user: root # 用户名 - ansible_password: passwd # 密码 + ansible_password: "" # 密码 vars: docker_download_url: @@ -239,7 +239,7 @@ # ansible_host: 127.0.0.1 # 远端IP # ansible_port: 22 # 端口号 # ansible_user: root # 用户名 - # ansible_password: PASSWORD # 密码 + # ansible_password: "" # 密码 vars: deepseek_version: 8b # ollama 官方下载地址: https://ollama.com/download/ollama-linux-amd64.tgz,注意区分amd64和arm64 @@ -371,7 +371,7 @@ # 部署节点用户 ansible_user: root # 目前仅支持 root 用户 # 部署节点密码 - ansible_password: PASSWORD + ansible_password: "" vars: ansible_ssh_common_args: '-o StrictHostKeyChecking=no' @@ -482,7 +482,7 @@ ansible_host: 192.168.1.101 # master 节点的 IP ansible_port: 22 # ssh 的端口 ansible_user: root # ssh 的用户,非root用户需要 sudo 权限 - ansible_password: PASSWORD # 上述用户的密码 + ansible_password: "" # 上述用户的密码 vars: temp_path: /tmp namespace: kuberay # 命名空间 diff --git a/plugins/anythingLLM/config.yaml b/plugins/anythingLLM/config.yaml index 322ca741e6f9e09cbdf1d23e72869589b910b12d..22d0de9b0876d7024a2339140b0fe4b4de6384ea 100644 --- a/plugins/anythingLLM/config.yaml +++ b/plugins/anythingLLM/config.yaml @@ -4,7 +4,7 @@ all: ansible_host: IP # 远端IP ansible_port: 22 # 端口号 ansible_user: root # 用户名 - ansible_password: passwd # 密码 + ansible_password: "" # 密码 vars: docker_download_url: diff --git "a/plugins/boostkit-offline/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" "b/plugins/boostkit-offline/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" index ea862b98feed4d5f732bebf5b6b2baa83293df7f..593a618c05012c4c8201fc8e1571de08d6abea7e 100644 --- "a/plugins/boostkit-offline/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" +++ "b/plugins/boostkit-offline/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" @@ -152,7 +152,7 @@ A 同学的部署节点如下: ansible_host: 10.0.1.1 # 本机 IP ansible_port: 22 # ssh 使用 22 端口 ansible_user: root # 安全性允许的情况下,使用 root 用户登录 - ansible_password: "12345678" # 本机 root 密码 + ansible_password: "" # 本机 root 密码 # 不使用代理 children: AccLib: @@ -207,7 +207,7 @@ B 女士的部署节点如下: ansible_host: 10.0.2.2 # 云服务器 IP ansible_port: 22 ansible_user: root - ansible_password: "12345678" # 服务器密码 + ansible_password: "" # 服务器密码 # 使用网络代理 proxy_env: http_proxy: http://user:password@proxy.example.com:8080 @@ -250,7 +250,7 @@ B 女士的部署节点如下: ansible_host: 10.0.2.2 # 云服务器 IP ansible_port: 22 ansible_user: root - ansible_password: "12345678" # 服务器密码 + ansible_password: "" # 服务器密码 # 使用网络代理 proxy_env: http_proxy: http://user:password@proxy.example.com:8080 diff --git "a/plugins/boostkit/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" "b/plugins/boostkit/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" index ea862b98feed4d5f732bebf5b6b2baa83293df7f..593a618c05012c4c8201fc8e1571de08d6abea7e 100644 --- "a/plugins/boostkit/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" +++ "b/plugins/boostkit/doc/KunPeng BoostKit AccLib \345\212\240\351\200\237\345\272\223\347\273\204\344\273\266\345\274\200\347\256\261\346\234\200\344\274\230\351\203\250\347\275\262\346\214\207\345\257\274.md" @@ -152,7 +152,7 @@ A 同学的部署节点如下: ansible_host: 10.0.1.1 # 本机 IP ansible_port: 22 # ssh 使用 22 端口 ansible_user: root # 安全性允许的情况下,使用 root 用户登录 - ansible_password: "12345678" # 本机 root 密码 + ansible_password: "" # 本机 root 密码 # 不使用代理 children: AccLib: @@ -207,7 +207,7 @@ B 女士的部署节点如下: ansible_host: 10.0.2.2 # 云服务器 IP ansible_port: 22 ansible_user: root - ansible_password: "12345678" # 服务器密码 + ansible_password: "" # 服务器密码 # 使用网络代理 proxy_env: http_proxy: http://user:password@proxy.example.com:8080 @@ -250,7 +250,7 @@ B 女士的部署节点如下: ansible_host: 10.0.2.2 # 云服务器 IP ansible_port: 22 ansible_user: root - ansible_password: "12345678" # 服务器密码 + ansible_password: "" # 服务器密码 # 使用网络代理 proxy_env: http_proxy: http://user:password@proxy.example.com:8080 diff --git a/plugins/deepseek-r1/config.yaml b/plugins/deepseek-r1/config.yaml index 69fa8145eb9a95dfcc2e8f4512cb99568d36d319..34bb09f07936fdb85941de813ca86ccd9ca50ff0 100644 --- a/plugins/deepseek-r1/config.yaml +++ b/plugins/deepseek-r1/config.yaml @@ -9,7 +9,7 @@ all: # ansible_host: 127.0.0.1 # 远端IP # ansible_port: 22 # 端口号 # ansible_user: root # 用户名 - # ansible_password: PASSWORD # 密码 + # ansible_password: "" # 密码 vars: deepseek_version: 8b # ollama官方下载地址: https://ollama.com/download/ollama-linux-amd64.tgz # amd64 or arm64 diff --git a/plugins/deepseek-r1/doc/readme.md b/plugins/deepseek-r1/doc/readme.md index 20a0dedac39fff32b7f58868f0a063f8e005192a..96d7d8dee5fd39e67e3d92dccc2c2fcff438d49e 100644 --- a/plugins/deepseek-r1/doc/readme.md +++ b/plugins/deepseek-r1/doc/readme.md @@ -30,7 +30,7 @@ # ansible_host: 127.0.0.1 # 远端IP # ansible_port: 22 # 端口号 # ansible_user: root # 用户名 - # ansible_password: PASSWORD # 密码 + # ansible_password: "" # 密码 vars: deepseek_version: 8b # ollama官方下载地址: https://ollama.com/download/ollama-linux-amd64.tgz,注意区分amd64和arm64 diff --git a/plugins/euler-copilot/config.yaml b/plugins/euler-copilot/config.yaml index af95e67bcc5306d47688167d34eea3e92fe05cb1..cea5f7dd0d3db0c8844de75d02fdfaf96cd08371 100644 --- a/plugins/euler-copilot/config.yaml +++ b/plugins/euler-copilot/config.yaml @@ -9,7 +9,7 @@ all: # 部署节点用户 ansible_user: root # 目前仅支持root用户 # 部署节点密码 - ansible_password: PASSWORD + ansible_password: "" vars: ansible_ssh_common_args: '-o StrictHostKeyChecking=no' diff --git "a/plugins/euler-copilot/doc/\344\270\200\351\224\256\351\203\250\347\275\262EulerCopilot.md" "b/plugins/euler-copilot/doc/\344\270\200\351\224\256\351\203\250\347\275\262EulerCopilot.md" index c07c06b81887b6bdbc99fc3369034e4bc6891547..667763aa13dd0523da0904d2734dc7923c583b05 100644 --- "a/plugins/euler-copilot/doc/\344\270\200\351\224\256\351\203\250\347\275\262EulerCopilot.md" +++ "b/plugins/euler-copilot/doc/\344\270\200\351\224\256\351\203\250\347\275\262EulerCopilot.md" @@ -95,7 +95,7 @@ all: # 部署节点用户 ansible_user: root # 目前仅支持root用户 # 部署节点密码 - ansible_password: PASSWORD + ansible_password: "" vars: ansible_ssh_common_args: '-o StrictHostKeyChecking=no' diff --git "a/plugins/kuberay/doc/kuberay\351\203\250\347\275\262\347\224\250\346\210\267\346\211\213\345\206\214.md" "b/plugins/kuberay/doc/kuberay\351\203\250\347\275\262\347\224\250\346\210\267\346\211\213\345\206\214.md" index 6129c83054d68be493d478382b06770861733ea7..70bc5667bc9bba2b109286e92d64afacd30e8851 100644 --- "a/plugins/kuberay/doc/kuberay\351\203\250\347\275\262\347\224\250\346\210\267\346\211\213\345\206\214.md" +++ "b/plugins/kuberay/doc/kuberay\351\203\250\347\275\262\347\224\250\346\210\267\346\211\213\345\206\214.md" @@ -31,7 +31,7 @@ all: ansible_host: 192.168.1.101 # master 节点的 IP ansible_port: 22 # ssh 的端口 ansible_user: root # ssh 的用户,非root用户需要 sudo 权限 - ansible_password: PASSWORD # 上述用户的密码 + ansible_password: "" # 上述用户的密码 vars: temp_path: /tmp namespace: kuberay # 命名空间 diff --git a/plugins/kubernetes-1.31.1/doc/readme.md b/plugins/kubernetes-1.31.1/doc/readme.md index b44cce506a60b0a25ec87e7343844398bc64a6e9..7858faaa6338f7fed8ae8332bbf05ad72be0b1f2 100644 --- a/plugins/kubernetes-1.31.1/doc/readme.md +++ b/plugins/kubernetes-1.31.1/doc/readme.md @@ -37,7 +37,7 @@ ansible_host: 192.168.10.1 ansible_port: 22 ansible_user: root - ansible_password: "xxxxxxxx" + ansible_password: "" architecture: amd64 # e.g. [ amd64, arm64 ] oeversion: 24.03-LTS # e.g. [ 22.03-LTS, 24.03-LTS ] runtime: docker # e.g. [ docker, containerd ] @@ -47,7 +47,7 @@ ansible_host: 192.168.10.2 ansible_port: 22 ansible_user: root - ansible_password: "xxxxxxxx" + ansible_password: "" architecture: amd64 oeversion: 24.03-LTS runtime: docker @@ -55,7 +55,7 @@ ansible_host: 192.168.10.3 ansible_port: 22 ansible_user: root - ansible_password: "xxxxxxxx" + ansible_password: "" architecture: amd64 oeversion: 24.03-LTS runtime: docker diff --git a/plugins/pytorch/config.yaml b/plugins/pytorch/config.yaml index 2e99bb1012e5badeab8173d39bae1dfcaf64b3db..e953836f3620a3d4908606911648b22478ba9ecd 100644 --- a/plugins/pytorch/config.yaml +++ b/plugins/pytorch/config.yaml @@ -9,7 +9,7 @@ all: # ansible_host: 127.0.0.1 # 远端IP # ansible_port: 22 # 端口号 # ansible_user: root # 用户名 - # ansible_password: PASSWORD # 密码 + # ansible_password: "" # 密码 vars: ansible_ssh_common_args: '-o StrictHostKeyChecking=no' diff --git a/plugins/tensorflow/config.yaml b/plugins/tensorflow/config.yaml index 65c565ee3bd91b4246912988fbbc4a6ddaa24203..b51857b548e1dea0e2b1ef18a1e4c6e65f85dd06 100644 --- a/plugins/tensorflow/config.yaml +++ b/plugins/tensorflow/config.yaml @@ -9,7 +9,7 @@ all: # ansible_host: 127.0.0.1 # 远端IP # ansible_port: 22 # 端口号 # ansible_user: root # 用户名 - # ansible_password: PASSWORD # 密码 + # ansible_password: "" # 密码 vars: ansible_ssh_common_args: '-o StrictHostKeyChecking=no'