Skip to content

Commit 295d56f

Browse files
committed
ansible (fix): update inventory groups
1 parent 03ca4ae commit 295d56f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugin: gcp_compute
22
projects:
33
- app-practable-io-alpha
4+
- web-practable-io-alpha
45
auth_kind: serviceaccount
56
service_account_file: /home/tim/secret/app.practable.io/app-practable-io-alpha-84a62509ce73.json
67
keyed_groups:
@@ -9,6 +10,7 @@ keyed_groups:
910
groups:
1011
development: "'environment' in (labels|list)"
1112
app_practable_dev: "'app-practable-io-alpha-dev' in name"
12-
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'"
1315
app_practable_ed_dev_ui: "'app-practable-io-alpha-ed-dev-ui' in name"
14-
16+
web_practable_default: "'web-practable-io-alpha-default' in name"

0 commit comments

Comments
 (0)