Skip to content

Instantly share code, notes, and snippets.

@tjtoml
Created May 8, 2019 18:50
Show Gist options
  • Save tjtoml/7081cac9922a926f3350a0a7d0932f58 to your computer and use it in GitHub Desktop.
Save tjtoml/7081cac9922a926f3350a0a7d0932f58 to your computer and use it in GitHub Desktop.
inventory
[env_01]
10.14.66.10 vcpu_count=8 ram_mb=35 APP
10.14.66.11 ram_mb=25 vcpu_count=9 SQL
10.14.66.12 ram_mb=45 vcpu_count=7 custom_var=blah WTS
10.14.66.13 custom_var=blahblah ram_mb=356 vcpu_count=26 aaa
10.14.66.14 bbb
10.14.66.15 ccc
10.14.66.16 ddd
10.14.66.17 eee
10.14.66.18 fff
10.14.66.19 zzz
[env_02]
10.14.66.20 APP
10.14.66.21 SQL
10.14.66.22 WTS
[env_03]
10.14.66.30 APP
10.14.66.31 SQL
10.14.66.32 WTS
[env_04]
10.14.66.40 APP
10.14.66.41 SQL
10.14.66.42 WTS
[env_01:vars]
custom_var = fooBar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment