.github/workflows/pulumi-cloud-resource-create.yml: update
This commit is contained in:
parent
ead645de2c
commit
595f27c9fc
@ -54,7 +54,7 @@ jobs:
|
||||
pulumi stack select dev
|
||||
pulumi up --yes
|
||||
|
||||
set_resources:
|
||||
setup_resources:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [create_resources]
|
||||
|
||||
@ -108,6 +108,6 @@ jobs:
|
||||
#ansible-playbook -i hosts/inventory jobs/init_redis -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_cert_manager -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_log_agent -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_clickhouse -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_observability-server -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_clickhouse -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_observability-server -D
|
||||
#ansible-playbook -i hosts/inventory jobs/init_chatwithgpt -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.medium',
|
||||
ec2_name = 'itsm.onwalk.net',
|
||||
ec2_type = 't3.large',
|
||||
ec2_name = 'k3s_server.onwalk.net',
|
||||
key_name = key_pair,
|
||||
subnet_id = subnets[0],
|
||||
security_group_id = sg_id
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
dependencies:
|
||||
- role: mysql
|
||||
- role: cert-manager
|
||||
|
||||
Loading…
Reference in New Issue
Block a user