[interfaces] Install vlan

certbot_on_virtu
Alexandre Iooss 2020-04-27 21:34:41 +02:00
parent 51f49eb461
commit 28ffd68a14
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
--- ---
- name: Install vlan support
apt:
update_cache: true
name: vlan
state: present
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Deploy default interfaces config - name: Deploy default interfaces config
template: template:
src: network/interfaces.j2 src: network/interfaces.j2