소스 검색

Update docs/configuring-playbook.md: update the instruction to use git

This is based on 5facc06a3c/docs/configuring-playbook.md

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4144/head
Suguru Hirahara 1 년 전
부모
커밋
3f0082e56b
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/configuring-playbook.md

+ 1
- 1
docs/configuring-playbook.md 파일 보기

@@ -30,7 +30,7 @@ If you've configured your DNS records and retrieved the playbook's source code t

5. edit the inventory hosts file (`inventory/hosts`) to your liking

6. (optional, advanced) you may wish to keep your `inventory` directory under version control with [git](https://git-scm.com/) or any other version-control system.
6. (optional, advanced) you may wish to keep your `inventory` directory under version control with [git](https://git-scm.com/) or any other version-control system. The `inventory` directory path is ignored via `.gitignore`, so it won't be part of the playbook repository. You can safely create a new git repository inside that directory with `git init`, etc.

7. (optional, advanced) to run Ansible against multiple servers with different `sudo` credentials, you can copy the sample inventory hosts yaml file for each of your hosts: (`cp examples/host.yml inventory/my_host1.yml` …) and use the [`ansible-all-hosts.sh`](../bin/ansible-all-hosts.sh) script [in the installation step](installing.md).



불러오는 중...
취소
저장