Skip to content

fix: SSM 연결 NoneType 에러 수정 - #268

Merged
WAFriend3416 merged 1 commit into
mainfrom
feat/v3-k8s-iac
Mar 9, 2026
Merged

fix: SSM 연결 NoneType 에러 수정#268
WAFriend3416 merged 1 commit into
mainfrom
feat/v3-k8s-iac

Conversation

@WAFriend3416

Copy link
Copy Markdown
Contributor

Summary

  • ansible_aws_ssm_profile 빈 문자열 전달 시 NoneType 에러 수정
  • group_vars에서 profile 제거, CI는 OIDC 환경변수로 인증
  • hostnamesinstance-id로 변경 (SSM 플러그인 직접 인식)
  • 로컬 실행: ansible-playbook -e ansible_aws_ssm_profile=tf playbooks/site.yml

- group_vars에서 ansible_aws_ssm_profile 제거 (빈 문자열 전달 시 NoneType 에러)
- CI: OIDC 환경변수로 인증, 로컬: -e ansible_aws_ssm_profile=tf
- hostnames를 instance-id로 변경 (SSM 플러그인 직접 인식)
@github-actions

github-actions Bot commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

Ansible Syntax Check Result ✅

Step Status
Syntax Check
Lint

Pushed by: @WAFriend3416

@WAFriend3416
WAFriend3416 merged commit eb7e7bc into main Mar 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant