瀏覽代碼

Clarify hosts file wording

pull/848/head
Aaron Raimist 5 年之前
父節點
當前提交
a8b61adb8d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 37419210002890EF
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      examples/hosts

+ 3
- 2
examples/hosts 查看文件

@@ -9,10 +9,11 @@
# to the host line below or by adding `ansible_ssh_pipelining: False` to your variables file.
#
# If you're running this Ansible playbook on the same server as the one you're installing to,
# consider adding an additional `ansible_connection=local` argument below.
# consider adding an additional `ansible_connection=local` argument to the host line below.
#
# Ansible may fail to discover which Python interpreter to use on the host for some distros (like Ubuntu 20.04).
# You may sometimes need to explicitly add `ansible_python_interpreter=/usr/bin/python3` to lines below.
# You may sometimes need to explicitly add the argument `ansible_python_interpreter=/usr/bin/python3`
# to the host line below.

[matrix_servers]
matrix.<your-domain> ansible_host=<your-server's external IP address> ansible_ssh_user=root

Loading…
取消
儲存