Skip to content

Commit c66c0dc

Browse files
authored
Merge pull request #274 from 100-hours-a-week/feat/v3-k8s-iac
fix: Ansible SSM 배포 안정성 수정
2 parents dcbbfa2 + 3c19de2 commit c66c0dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

IaC/3-v3/ansible/inventory/aws_ec2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ compose:
3030
ansible_connection: "'aws_ssm'"
3131
ansible_aws_ssm_region: "'ap-northeast-2'"
3232
ansible_aws_ssm_bucket_name: "'dojangkok-v3-ansible-ssm'"
33+
ansible_aws_ssm_timeout: 360
3334
ansible_user: ubuntu
3435
k8s_role: tags['k8s:role']
3536
k8s_nodepool: tags['k8s:nodepool']

0 commit comments

Comments
 (0)