Compare commits
6 Commits
v0.7.2-am
...
v0.7.7-tvi
Author | SHA1 | Date | |
---|---|---|---|
3be4dd14d4 | |||
7245538622 | |||
c448fb3457 | |||
0c0b58399f | |||
e1f0910ec7 | |||
01b41a6dd7 |
2
roles/fog/defaults/main.yml
Normal file
2
roles/fog/defaults/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
depl_url: "http://s-adm.gsb.adm/gsbstore/"
|
||||||
|
depl_fog: "fogproject-1.5.9.tar.gz"
|
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
- name: recuperation du fichier d'installation de fog
|
- name: recuperation du fichier d'installation de fog
|
||||||
get_url:
|
get_url:
|
||||||
url: http://depl/gsbstore/fogproject-1.5.7.tar.gz
|
url: "{{ depl_url }}/{{ depl_fog }}"
|
||||||
dest: /root/fog
|
dest: /root/fog
|
||||||
|
|
||||||
- name: decompression du fichier d'installation de fog
|
- name: decompression du fichier d'installation de fog
|
||||||
unarchive:
|
unarchive:
|
||||||
src: /root/fog/fogproject-1.5.7.tar.gz
|
src: "/root/fog/{{ depl_fog }}"
|
||||||
dest: /root/fog
|
dest: /root/fog
|
||||||
|
@ -15,13 +15,13 @@ define hostgroup {
|
|||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name debian-servers
|
hostgroup_name debian-servers
|
||||||
alias Serveurs distant
|
alias Serveurs distant
|
||||||
members s-infra, s-proxy, r-int, r-ext, s-adm, s-itil
|
members s-infra, s-proxy, r-int, r-ext, s-adm, s-itil, s-mess
|
||||||
}
|
}
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name ssh-servers
|
hostgroup_name ssh-servers
|
||||||
alias acces SSH
|
alias acces SSH
|
||||||
members s-adm, s-infra, s-proxy, r-int, r-ext, localhost, gwsio2, s-itil
|
members s-adm, s-infra, s-proxy, r-int, r-ext, localhost, gwsio2, s-itil, s-mess, s-lb
|
||||||
}
|
}
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
@ -39,7 +39,7 @@ define hostgroup {
|
|||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name http-servers
|
hostgroup_name http-servers
|
||||||
alias serveurs-web
|
alias serveurs-web
|
||||||
members localhost, s-itil
|
members localhost, s-itil, s-adm
|
||||||
}
|
}
|
||||||
|
|
||||||
#define hostgroup {
|
#define hostgroup {
|
||||||
@ -69,6 +69,7 @@ define hostgroup{
|
|||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name uptimegrp
|
hostgroup_name uptimegrp
|
||||||
alias uptimegrp
|
alias uptimegrp
|
||||||
members s-infra, s-proxy, r-int, r-ext, s-adm, s-itil
|
members s-infra, s-proxy, r-int, r-ext, s-adm, s-itil, s-mess, s-lb
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
14
roles/icinga/files/cfg/s-lb.cfg
Normal file
14
roles/icinga/files/cfg/s-lb.cfg
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# A simple configuration file for monitoring the local host
|
||||||
|
# This can serve as an example for configuring other servers;
|
||||||
|
# Custom services specific to this host are added here, but services
|
||||||
|
# defined in nagios2-common_services.cfg may also apply.
|
||||||
|
#
|
||||||
|
|
||||||
|
define host{
|
||||||
|
use generic-host ; Name of host template$
|
||||||
|
host_name s-lb
|
||||||
|
alias debian-servers
|
||||||
|
address 192.168.100.10
|
||||||
|
parents r-int
|
||||||
|
}
|
||||||
|
|
14
roles/icinga/files/cfg/s-mess.cfg
Normal file
14
roles/icinga/files/cfg/s-mess.cfg
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# A simple configuration file for monitoring the local host
|
||||||
|
# This can serve as an example for configuring other servers;
|
||||||
|
# Custom services specific to this host are added here, but services
|
||||||
|
# defined in nagios2-common_services.cfg may also apply.
|
||||||
|
#
|
||||||
|
|
||||||
|
define host{
|
||||||
|
use generic-host ; Name of host template$
|
||||||
|
host_name s-mess
|
||||||
|
alias nextcloud
|
||||||
|
address 172.16.0.7
|
||||||
|
parents r-int
|
||||||
|
}
|
||||||
|
|
@ -44,7 +44,7 @@ backend fermeweb
|
|||||||
#option httpchk HEAD / HTTP/1.0
|
#option httpchk HEAD / HTTP/1.0
|
||||||
server s-lb-web1 192.168.101.1:80 check
|
server s-lb-web1 192.168.101.1:80 check
|
||||||
server s-lb-web2 192.168.101.2:80 check
|
server s-lb-web2 192.168.101.2:80 check
|
||||||
# server s-lb-web3 192.168.101.2:80 check
|
# server s-lb-web3 192.168.101.3:80 check
|
||||||
|
|
||||||
listen stats
|
listen stats
|
||||||
bind *:8080
|
bind *:8080
|
||||||
|
@ -7,3 +7,4 @@
|
|||||||
- ssh-cli
|
- ssh-cli
|
||||||
- syslog-cli
|
- syslog-cli
|
||||||
- post
|
- post
|
||||||
|
- goss
|
||||||
|
Reference in New Issue
Block a user