mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Update example inventory filter
Update the example inventory filter to not use a machineType filter. The existing machineType filter example is erroneous, see https://github.com/ansible-collections/google.cloud/issues/421#issuecomment-1361680826 Change the filter to use "status = RUNNING"
This commit is contained in:
parent
c99ecc511f
commit
5d56d3f2d2
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ projects:
|
|||
- gcp-prod-gke-100
|
||||
- gcp-cicd-101
|
||||
filters:
|
||||
- machineType = n1-standard-1
|
||||
- scheduling.automaticRestart = true AND machineType = n1-standard-1
|
||||
- status = RUNNING
|
||||
- scheduling.automaticRestart = true AND status = RUNNING
|
||||
service_account_file: /tmp/service_account.json
|
||||
auth_kind: serviceaccount
|
||||
scopes:
|
||||
|
|
Loading…
Add table
Reference in a new issue