Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Feb 22, 2023
1 parent e9c4aba commit 1dee0d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/qubinode_kvmhost_setup/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ libvirt_host_networks:
subnet: "not currently in use"
mac: "{{ kvm_host_macaddr }}"

# The the primary dns server to the dns_forwarder
primary_dns_server: "{{ dns_forwarder | default('1.1.1.1') }}"
kvm_host_dns_server: "{{ primary_dns_server | default('1.1.1.1') }}"
search_domains:
- "{{ domain }}"

libvirt_networks:
- name: "vmnetbr0"
create: true
Expand Down

0 comments on commit 1dee0d3

Please sign in to comment.