ソースを参照

Merge pull request #492 from therealklanni/patch-1

Add note about ask-become-pass
pull/495/head
Slavi Pantaleev 6年前
committed by GitHub
コミット
5d19760271
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      docs/installing.md

+ 2
- 0
docs/installing.md ファイルの表示

@@ -10,6 +10,8 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all


**Note**: if you don't use SSH keys for authentication, but rather a regular password, you may need to add `--ask-pass` to the above (and all other) Ansible commands. **Note**: if you don't use SSH keys for authentication, but rather a regular password, you may need to add `--ask-pass` to the above (and all other) Ansible commands.


**Note**: if you **do** use SSH keys for authentication, **and** use a non-root user to *become* root (sudo), you may need to add `-K` (`--ask-become-pass`) to the above (and all other) Ansible commands.

The above command **doesn't start any services just yet** (another step does this later - below). The above command **doesn't start any services just yet** (another step does this later - below).


Feel free to **re-run this setup command any time** you think something is off with the server configuration. Feel free to **re-run this setup command any time** you think something is off with the server configuration.


読み込み中…
キャンセル
保存