We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ca4ae commit 295d56fCopy full SHA for 295d56f
1 file changed
ansible/gcp.yml ansible/gcp.yamlansible/gcp.yml renamed to ansible/gcp.yaml
@@ -1,6 +1,7 @@
1
plugin: gcp_compute
2
projects:
3
- app-practable-io-alpha
4
+ - web-practable-io-alpha
5
auth_kind: serviceaccount
6
service_account_file: /home/tim/secret/app.practable.io/app-practable-io-alpha-84a62509ce73.json
7
keyed_groups:
@@ -9,6 +10,7 @@ keyed_groups:
9
10
groups:
11
development: "'environment' in (labels|list)"
12
app_practable_dev: "'app-practable-io-alpha-dev' in name"
- app_practable_ed0: "'app-practable-io-alpha-ed0' in name"
13
+ app_practable_ed0: "name == 'app-practable-io-alpha-ed0'"
14
+ app_practable_ed0-staging: "name == 'app-practable-io-alpha-ed0-staging'"
15
app_practable_ed_dev_ui: "'app-practable-io-alpha-ed-dev-ui' in name"
-
16
+ web_practable_default: "'web-practable-io-alpha-default' in name"
0 commit comments