ruby test2

This commit is contained in:
Andreas Stephanides
2017-11-04 11:12:56 +01:00
parent e086fa9c04
commit 9325843b1c
4 changed files with 11 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ common_aliases:
common_hostname: False common_hostname: False
common_apt: False common_apt: False
common_rsyslog: False common_rsyslog: False
common_resolvconf: False common_resolvconf: True
nocows: True

2
hosts/test_andi Normal file
View File

@@ -0,0 +1,2 @@
[test_ruby]
test01 #10.0.3.246

5
ruby_site.yml Normal file
View File

@@ -0,0 +1,5 @@
- hosts: test_ruby
user: root
become: False
roles:
- common

View File

@@ -11,4 +11,5 @@
become: False become: False
roles: roles:
- common - common
- backupclient - backupclient