From 17c0b3e049ec09a6605d18c9325a5a69d54db8f6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 3 Oct 2016 11:43:00 -0400 Subject: added sudo --- hosts | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 hosts (limited to 'hosts') diff --git a/hosts b/hosts new file mode 100644 index 0000000..d48fb17 --- /dev/null +++ b/hosts @@ -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 -- cgit