create new ec2: itsm.onwalk.net
This commit is contained in:
parent
26ecf25a49
commit
8439d177cf
@ -100,6 +100,8 @@ jobs:
|
||||
ingress_ip=$k3s_server_public_ip
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_openldap -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_keycloak -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_mysql -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_redis -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_cert_manager -D
|
||||
|
||||
@ -16,8 +16,8 @@ key_pair = aws.key_pair(resource_name="my_ssh_key", public_key=ssh_key)
|
||||
|
||||
k3s_server = aws.ec2(
|
||||
arch = 'amd64',
|
||||
ec2_type = 't3.large',
|
||||
ec2_name = 'k3s_server.onwalk.net',
|
||||
ec2_type = 't3.medium',
|
||||
ec2_name = 'itsm.onwalk.net',
|
||||
key_name = key_pair,
|
||||
subnet_id = subnets[0],
|
||||
security_group_id = sg_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user