diff options
author | B Stack <bgstack15@gmail.com> | 2016-09-23 10:39:43 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2016-09-23 10:39:43 -0400 |
commit | aa647a6de13e74d33ac392027109d39bd0f79b10 (patch) | |
tree | a67167681aaf995a67acd7b1360c6a678ec162bc | |
parent | Create README.md (diff) | |
download | ansible01-aa647a6de13e74d33ac392027109d39bd0f79b10.tar.gz ansible01-aa647a6de13e74d33ac392027109d39bd0f79b10.tar.bz2 ansible01-aa647a6de13e74d33ac392027109d39bd0f79b10.zip |
readme
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |