summaryrefslogtreecommitdiff
path: root/postfix.yml
blob: d0e9cb75a852f0700c56ad35e86c95f8b4660a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Configure postfix on system
  hosts:
    - review.trustedfirmware.org
    - developer.trustedfirmware.org
    - patches.opendataplane.org
  gather_facts: no
  become: yes
  vars_files:
    - ["{{secrets_dir}}/host_vars/{{inventory_hostname}}"]
  roles:
  - {role: postfix}