Skip to content

Commit

Permalink
#341 [docs] ansible description, 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejungg committed Sep 9, 2023
1 parent 9bfd717 commit fa01b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hous-infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ ansible 은 기본적으로 ssh 연결을 통해 스크립트를 실행하는

- hosts: 플레이의 작업을 실행할 제어 노드를 지정
- vars: 작업 수행 시 사용할 변수를 정의
- tasks 에서 변수 사용 시 `{{ 변수명 }}` 처럼용사용
- tasks 에서 변수 사용 시 `{{ 변수명 }}` 처럼 사용
- tasks: 실행할 작업들을 지정 (github actions 에 job)
- tasks 는 별도의 파일로 step 만 묶어서 생성해둘 수 있으나 현재는 한 파일에 다 정의해둔태상태
- tasks 는 별도의 파일로 step 만 묶어서 생성해둘 수 있으나 현재는 한 파일에 다 정의해둔 상태

## started

Expand Down Expand Up @@ -58,6 +58,6 @@ vim inventory # ip 값 수정

```bash
# -v 옵션은 실행 내역을 자세히 보기 위함
asible-playbook -v hous-server-ubuntu-setup.yaml
ansible-playbook -v hous-server-ubuntu-setup.yaml
```

0 comments on commit fa01b32

Please sign in to comment.