forked from infra/ansible
Remove forseti/checkmk
This commit is contained in:
parent
d52b5c0b76
commit
82181c2eb2
1
hosts
1
hosts
@ -3,7 +3,6 @@ bacon.binary.kitchen ansible_host=172.23.2.3
|
||||
aveta.binary.kitchen ansible_host=172.23.2.4
|
||||
sulis.binary.kitchen ansible_host=172.23.2.5
|
||||
nabia.binary.kitchen ansible_host=172.23.2.6
|
||||
forseti.binary.kitchen ansible_host=172.23.2.7
|
||||
#pizza.binary.kitchen ansible_host=172.23.2.33
|
||||
#apfelkuchen.binary.kitchen ansible_host=172.23.2.34
|
||||
#schweinshaxn.binary.kitchen ansible_host=172.23.2.36
|
||||
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
|
||||
- name: Download Check_MK Agent
|
||||
get_url:
|
||||
dest: /opt/check-mk-agent_1.4.0p34-1_all.deb
|
||||
mode: 0644
|
||||
validate_certs: no
|
||||
url: https://forseti.binary.kitchen/bk/check_mk/agents/check-mk-agent_1.5.0b7-1_all.deb
|
||||
|
||||
- name: Install Check_MK Agent dependencies
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
- xinetd
|
||||
|
||||
- name: Install Check_MK Agent
|
||||
apt:
|
||||
deb: "/opt/check-mk-agent_1.5.0b7-1_all.deb"
|
||||
state: present
|
||||
|
@ -108,11 +108,6 @@ host cashdesk {
|
||||
fixed-address cashdesk.binary.kitchen;
|
||||
}
|
||||
|
||||
host forseti {
|
||||
hardware ethernet 52:54:00:17:02:07;
|
||||
fixed-address forseti.binary.kitchen;
|
||||
}
|
||||
|
||||
host garlic {
|
||||
hardware ethernet b8:27:eb:56:2b:7c;
|
||||
fixed-address garlic.binary.kitchen;
|
||||
|
@ -1,7 +1,7 @@
|
||||
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
|
||||
$TTL 1h ; default time-to-live
|
||||
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
||||
2019020400; serial
|
||||
2019021300; serial
|
||||
1d; refresh
|
||||
2h; retry
|
||||
4w; expire
|
||||
@ -37,7 +37,6 @@ $TTL 1h ; default time-to-live
|
||||
4.2 IN PTR aveta.binary.kitchen.
|
||||
5.2 IN PTR sulis.binary.kitchen.
|
||||
6.2 IN PTR nabia.binary.kitchen.
|
||||
7.2 IN PTR forseti.binary.kitchen.
|
||||
11.2 IN PTR homer.binary.kitchen.
|
||||
12.2 IN PTR lock.binary.kitchen.
|
||||
13.2 IN PTR matrix.binary.kitchen.
|
||||
|
@ -1,7 +1,7 @@
|
||||
$ORIGIN binary.kitchen ; base for unqualified names
|
||||
$TTL 1h ; default time-to-live
|
||||
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
||||
2019020400; serial
|
||||
2019021300; serial
|
||||
1d; refresh
|
||||
2h; retry
|
||||
4w; expire
|
||||
@ -12,7 +12,6 @@ $TTL 1h ; default time-to-live
|
||||
IN A 213.166.246.4
|
||||
www IN A 213.166.246.4
|
||||
; Aliases
|
||||
checkmk IN A 172.23.2.7
|
||||
ldap IN A 172.23.2.3
|
||||
ldap IN A 172.23.2.4
|
||||
ldap IN A 213.166.246.2
|
||||
@ -52,7 +51,6 @@ bacon IN A 172.23.2.3
|
||||
aveta IN A 172.23.2.4
|
||||
sulis IN A 172.23.2.5
|
||||
nabia IN A 172.23.2.6
|
||||
forseti IN A 172.23.2.7
|
||||
homer IN A 172.23.2.11
|
||||
lock IN A 172.23.2.12
|
||||
matrix IN A 172.23.2.13
|
||||
|
Loading…
Reference in New Issue
Block a user