7 lines
238 B
YAML
7 lines
238 B
YAML
|
- hosts: host.example.com
|
||
|
roles:
|
||
|
- matrixmailer
|
||
|
vars:
|
||
|
- matrixmailer_version: "0.1.0"
|
||
|
- matrixmailer_build: "x86_64-unknown-linux-musl"
|
||
|
- matrixmailer_config: "{{ lookup("file", "path/to/config/file/template.yaml") }}"
|