Remove static network_type

This commit is contained in:
Kris Lamoureux 2020-05-23 19:27:40 -04:00
parent e3227716b9
commit 0e31d97bf8
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@
become: true
roles:
- ansible
- base
- docker
- jenkins
- prometheus

View File

@ -5,8 +5,7 @@
- name: Install network interfaces
template:
src: bridged-interface.cfg
src: {{ network_type }}-interface.cfg
src: "{{ network_type }}-interface.cfg"
dest: /etc/network/interfaces
notify: reboot_host