diff options
author | B Stack <bgstack15@gmail.com> | 2016-09-29 16:01:25 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2016-09-29 16:01:25 -0400 |
commit | 4db266d0ec2f78079c8ff271cdb2e78230d3b090 (patch) | |
tree | 0df576efa0b3cc31e548904343a10fe43318b508 /hosts | |
parent | readme (diff) | |
download | ansible01-4db266d0ec2f78079c8ff271cdb2e78230d3b090.tar.gz ansible01-4db266d0ec2f78079c8ff271cdb2e78230d3b090.tar.bz2 ansible01-4db266d0ec2f78079c8ff271cdb2e78230d3b090.zip |
major overhaul
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +# file: /etc/ansible/hosts + +one.example.com +two.example.com +three.example.com +four.example.com +five.example.com +six.example.com + +[centos] +one.example.com +two.example.com +three.example.com + +[ubuntu] +four.example.com + +[freebsd:vars] +ansible_python_interpreter=/usr/local/bin/python2.7 + +[freebsd] +five.example.com +six.example.com + +[webservers] +one.example.com + +[test] +one.example.com +six.example.com |