Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
manager: do not enable netbox (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
Christian Berendt authored Sep 24, 2020
1 parent d2d2bc1 commit 7417d99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions environments/manager/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ cockpit_host: "{{ hostvars[inventory_hostname]['ansible_' + console_interface]['
ara_enable: true
ara_server_host: "{{ hostvars[inventory_hostname]['ansible_' + console_interface]['ipv4']['address'] }}"

netbox_enable: yes
netbox_host: "{{ hostvars[inventory_hostname]['ansible_' + console_interface]['ipv4']['address'] }}"
netbox_enable: no

0 comments on commit 7417d99

Please sign in to comment.