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
add monitoring role to playbooks
python3
Andrea Cimbalo
7 years ago
parent
7fafe2314d
commit
ad6e140f11
17 changed files
with
51 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
blogs.yaml
+3
-0
ca.yaml
+3
-0
firewall.yaml
+3
-0
ldap.yaml
+3
-0
lists.yaml
+3
-0
logger.yaml
+3
-0
login.yaml
+3
-0
mail.yaml
+3
-0
matrix.yaml
+3
-0
media.yaml
+3
-0
prepare_host.yaml
+3
-0
projects.yaml
+3
-0
status.yaml
+3
-0
team_server.yaml
+3
-0
users.yaml
+3
-0
webmail.yaml
+3
-0
wiki.yaml
+ 3
- 0
blogs.yaml
View File
@ -12,3 +12,6 @@
-
role
:
wordpress
site_names:
-
kaos
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
ca.yaml
View File
@ -4,3 +4,6 @@
-
role
:
ssh_server
-
role
:
dns_record
-
role
:
ca
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
firewall.yaml
View File
@ -4,3 +4,6 @@
-
role
:
openvpn
-
role
:
ssh_server
ansible_distribution
:
"openwrt"
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
ldap.yaml
View File
@ -12,3 +12,6 @@
-
role
:
ldap
ldap_domain
:
'lilik.it'
ldap_organization
:
'LILiK'
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
lists.yaml
View File
@ -10,3 +10,6 @@
roles:
-
role
:
dns_record
-
role
:
sympa
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
logger.yaml
View File
@ -50,3 +50,6 @@
name
:
rsyslog
enabled
:
yes
state
:
started
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
login.yaml
View File
@ -13,3 +13,6 @@
-
role
:
login
-
role
:
reverse_proxy
hostname
:
login3
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
mail.yaml
View File
@ -17,3 +17,6 @@
domain
:
"lilik.it"
fqdn_domain
:
"mail.lilik.it"
ldap_server
:
"{{ hostvars['ldap'].ansible_host }}"
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
matrix.yaml
View File
@ -17,3 +17,6 @@
name
:
"{{ item }}"
with_items:
-
matrix-synapse
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
media.yaml
View File
@ -13,3 +13,6 @@
webdav_folders:
-
Movies
-
Series
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
prepare_host.yaml
View File
@ -59,3 +59,6 @@
state
:
restarted
-
name
:
restart lvm
shell
:
/etc/init.d/lvm2 reload
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
projects.yaml
View File
@ -12,3 +12,6 @@
-
role
:
reverse_proxy
hostname
:
projects2
-
role
:
gitlab
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
status.yaml
View File
@ -11,3 +11,6 @@
-
role
:
dns_record
-
role
:
icinga2
-
role
:
reverse_proxy
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
team_server.yaml
View File
@ -13,3 +13,6 @@
server_name
:
"team.lilik.it"
config_name
:
"mattermost"
remote_host
:
"http://127.0.0.1:8065"
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
users.yaml
View File
@ -14,3 +14,6 @@
ldap_server
:
"{{ hostvars['ldap'].ansible_host }}"
-
role
:
apache2
user_dir
:
true
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
webmail.yaml
View File
@ -11,3 +11,6 @@
-
role
:
dns_record
-
role
:
roundcube
mail_server
:
"mail.lilik.it"
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
+ 3
- 0
wiki.yaml
View File
@ -10,3 +10,6 @@
roles:
-
role
:
dns_record
-
role
:
dokuwiki
-
hosts
:
status
roles:
-
role
:
icinga2-monitoring
Write
Preview
Loading…
Cancel
Save