aboutsummaryrefslogtreecommitdiff
path: root/inventory-changepw.yml.example
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-01-20 10:05:01 -0500
committerB Stack <bgstack15@gmail.com>2018-01-20 10:05:01 -0500
commitd337da41b882a701e6847fc7c2b12892862c5611 (patch)
tree72e7fb5e0c54e4fd905e8c222762910f08b16c52 /inventory-changepw.yml.example
downloadchangepw-master.tar.gz
changepw-master.tar.bz2
changepw-master.zip
initial commitHEADmaster
Diffstat (limited to 'inventory-changepw.yml.example')
-rw-r--r--inventory-changepw.yml.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/inventory-changepw.yml.example b/inventory-changepw.yml.example
new file mode 100644
index 0000000..9c3179a
--- /dev/null
+++ b/inventory-changepw.yml.example
@@ -0,0 +1,12 @@
+[prod]
+prod1
+prod2
+prod3
+
+[preprod]
+dev1
+dev2
+dev3
+test1
+test2
+test3
bgstack15