diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index 469764e0..2e3040c9 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -3,7 +3,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="740" - height="364" + height="416" > @@ -202,5 +202,7 @@ + + \ No newline at end of file diff --git a/docs/ansible.html b/docs/ansible.html index 0d2948c5..f4fcf203 100644 --- a/docs/ansible.html +++ b/docs/ansible.html @@ -82,7 +82,24 @@ -
文件路径说明
/etc/ansible/ansible.cfg系统范围的配置
~/ansible.cfg用户特定的配置
$pwd/ansible.cfg当前目录下的配置
+ + + + + + + + + + + + +
文件路径说明
/etc/ansible/ansible.cfg系统范围的配置
~/ansible.cfg用户特定的配置
$pwd/ansible.cfg当前目录下的配置
ansible的缺省的配置文件:/etc/ansible/ansible.cfg
ansible配置文件优先级:
1.如果没有任何其他的ansible配置文件,默认使用/etc/ansible/ansible.cfg
+
2. ~/.ansible.cfg 家目录下的.ansible.cfg
+3. ./ansible.cfg 当前目录下的ansible.cfg ,即在同一目录下ansible.cfg优先级高于.ansible.cfg
+4.环境变量 exoport ANSIBLE_CONFIG=/$DIR/ansible.cfg
+
+

查看正在使用的ansible配置文件: ansible --version | grep "config file"

Inventory文件(hosts列表)

静态Inventory

/etc/ansible/hosts

diff --git a/index.html b/index.html index fcd77881..bf7dc214 100644 --- a/index.html +++ b/index.html @@ -1067,6 +1067,9 @@ 子斗子 + + 砹小翼 + 芦荟柚子茶 @@ -1075,9 +1078,6 @@ 行者 - - - 都一样

贡献者列表,由 contributors 根据提交次数的先后顺序自动生成

@@ -1267,7 +1267,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
+