디폴트 값 변경

This commit is contained in:
변정훈
2023-11-13 16:36:49 +09:00
committed by GitHub
parent c3c4771635
commit 648cd26933

View File

@@ -87,9 +87,7 @@ ansible-playbook -i inventory cmoa_install.yaml
vars:
cmoa_namespace: imxc
pg_version:
- 3.5.2
- 3.5.3
- 3.5.4
- 3.5.5
roles:
- role: cmoa_pgpatch
delegate_to: 127.0.0.1
@@ -97,4 +95,4 @@ ansible-playbook -i inventory cmoa_install.yaml
|변수|설명|default|
|-----|-----|-----|
|cmoa_namespace|CMOA가 설치 되어 있는 네임스페이스|imxc|
|pg_version|패치하고자 하는 버전|3.5.2<br>3.5.3<br>3.5.4|
|pg_version|패치하고자 하는 버전|3.5.5|