add playbook/roles/bookinfo/meta/main.yml
This commit is contained in:
parent
9cd6273489
commit
432feebf0b
@ -50,7 +50,7 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
artifact ansible_host=34.92.35.136
|
||||
artifact ansible_host=34.150.76.248
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
@ -59,9 +59,9 @@ jobs:
|
||||
ansible_host_key_checking=False
|
||||
dns_ak=$DNS_AK
|
||||
dns_sk=$DNS_SK
|
||||
ingress_ip=34.92.35.136
|
||||
ingress_ip=34.150.76.248
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D -C
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
Setup-APP-for-GCP-K3S:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
mkdir -pv hosts/
|
||||
cat > hosts/inventory << EOF
|
||||
[master]
|
||||
artifact ansible_host=34.92.35.136
|
||||
artifact ansible_host=34.150.76.248
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
|
||||
Loading…
Reference in New Issue
Block a user