aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2016-09-23 10:39:43 -0400
committerB Stack <bgstack15@gmail.com>2016-09-23 10:39:43 -0400
commitaa647a6de13e74d33ac392027109d39bd0f79b10 (patch)
treea67167681aaf995a67acd7b1360c6a678ec162bc /README.md
parentCreate README.md (diff)
downloadansible01-aa647a6de13e74d33ac392027109d39bd0f79b10.tar.gz
ansible01-aa647a6de13e74d33ac392027109d39bd0f79b10.tar.bz2
ansible01-aa647a6de13e74d33ac392027109d39bd0f79b10.zip
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ef09ed..454f22d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
# ansible01
This is the scrubbed version of my ansible environment at work. Feel free to use any of these for yourself.
+# How to use
+The roles included here refer to a ./company directory. Simply make a symlink for your company, e.g. Large Widgets, Inc. like so:
+
+ ln -sf lwi/ company/
+
Role descriptions will come in the future.
bgstack15