New bridged_network option
This commit is contained in:
parent
52ce373592
commit
1e07ab7d7b
2 changed files with 20 additions and 3 deletions
|
|
@ -51,6 +51,15 @@
|
|||
tags:
|
||||
- pkg
|
||||
|
||||
- name: install bridge (alpine)
|
||||
apk:
|
||||
name:
|
||||
- bridge
|
||||
state: present
|
||||
when: bridged_network is defined
|
||||
tags:
|
||||
- pkg
|
||||
|
||||
- name: install ssmtp (alpine)
|
||||
apk:
|
||||
name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue