Skip to content

Commit

Permalink
fix: remove LibreNMS container from Terraform (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesrod authored Dec 8, 2021
1 parent f1d70b9 commit c44b007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/all/dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ magevent_net_hosts:
- { name: "dns2", ip: "{{ branch_subnet_trimmed }}.120", type: "A" }
- { name: "graylog", ip: "{{ branch_subnet_trimmed }}.129", type: "A" }
- { name: "syslog", ip: "{{ branch_subnet_trimmed }}.130", type: "A" }
- { name: "librenms", ip: "{{ branch_subnet_trimmed }}.151", type: "A" }
- { name: "zabbix-new", ip: "{{ branch_subnet_trimmed }}.201", type: "A" }
- { name: "dhcp1", ip: "{{ branch_subnet_trimmed }}.253", type: "A" }
- { name: "dhcp2", ip: "{{ branch_subnet_trimmed }}.254", type: "A" }
Expand Down Expand Up @@ -48,6 +47,7 @@ magevent_net_hosts:
- { name: "gitlab-builder-1", ip: "10.101.22.138", type: "A" }
- { name: "gitlab-builder-2", ip: "10.101.22.139", type: "A" }
- { name: "gitlab-builder-3", ip: "10.101.22.140", type: "A" }
- { name: "librenms", ip: "10.101.22.151", type: "A" }
- { name: "zabbix", ip: "10.101.22.200", type: "A" }
# MAGCloud management IPs
- { name: "oa1", ip: "10.101.21.11", type: "A" }
Expand Down
15 changes: 0 additions & 15 deletions terraform/lxc-librenms.tf

This file was deleted.

0 comments on commit c44b007

Please sign in to comment.