create ec2: mochat.ap-northeast-1.onwalk.net
This commit is contained in:
parent
71033c7a33
commit
fbae858539
@ -100,7 +100,7 @@ jobs:
|
||||
lb_ip=$k3s_server_public_ip
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_chatwithgpt -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_chatwithgpt -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_mysql -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_log_agent -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_clickhouse -D
|
||||
|
||||
@ -16,8 +16,8 @@ key_pair = aws.key_pair(resource_name="my_ssh_key", public_key=ssh_key)
|
||||
|
||||
k3s_server = aws.ec2(
|
||||
arch = 'arm64',
|
||||
ec2_type = 't4g.small',
|
||||
ec2_name = 'chatgpt.ap-south-1.onwalk.net',
|
||||
ec2_type = 't4g.large',
|
||||
ec2_name = 'mochat.ap-northeast-1.onwalk.net',
|
||||
key_name = key_pair,
|
||||
subnet_id = subnets[0],
|
||||
security_group_id = sg_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user