From 9325843b1c6dfbaa18b326d16cdb2b1aab871f62 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 4 Nov 2017 11:12:56 +0100 Subject: [PATCH] ruby test2 --- group_vars/all | 3 ++- hosts/test_andi | 2 ++ ruby_site.yml | 5 +++++ site.yml | 3 ++- 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 hosts/test_andi create mode 100644 ruby_site.yml diff --git a/group_vars/all b/group_vars/all index 7853d54..2240771 100644 --- a/group_vars/all +++ b/group_vars/all @@ -4,4 +4,5 @@ common_aliases: common_hostname: False common_apt: False common_rsyslog: False -common_resolvconf: False \ No newline at end of file +common_resolvconf: True +nocows: True \ No newline at end of file diff --git a/hosts/test_andi b/hosts/test_andi new file mode 100644 index 0000000..22e4bcd --- /dev/null +++ b/hosts/test_andi @@ -0,0 +1,2 @@ +[test_ruby] +test01 #10.0.3.246 \ No newline at end of file diff --git a/ruby_site.yml b/ruby_site.yml new file mode 100644 index 0000000..a0f972f --- /dev/null +++ b/ruby_site.yml @@ -0,0 +1,5 @@ +- hosts: test_ruby + user: root + become: False + roles: + - common \ No newline at end of file diff --git a/site.yml b/site.yml index 8ccae5e..0ce4e77 100644 --- a/site.yml +++ b/site.yml @@ -11,4 +11,5 @@ become: False roles: - common - - backupclient \ No newline at end of file + - backupclient +