This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
create central log server, install rsyslog on every server
phabricator
Edoardo Putti
8 years ago
parent
a4b6ac6be7
commit
25a564ff6d
1 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-5
logger.yaml
+ 6
- 5
logger.yaml
View File
@ -1,11 +1,12 @@
---
-
hosts
:
biff
roles:
-
role
:
lxc_guest
vm_name
:
logger
-
hosts
:
logger
-
tasks:
-
name
:
Install rsyslog
-
role
:
lxc_guest
vm_name
:
logger
-
hosts
:
all
tasks:
-
name
:
Install rsyslog on client
apt:
name
:
rsyslog
update_cache
:
yes
Write
Preview
Loading…
Cancel
Save