Something went wrong on our end
-
Stéphane Diemer authoredStéphane Diemer authored
postfix.yml 117 B
#!/usr/bin/env ansible-playbook
---
- name: POSTFIX
hosts: all
tags: all
roles:
- conf
- postfix
...
#!/usr/bin/env ansible-playbook
---
- name: POSTFIX
hosts: all
tags: all
roles:
- conf
- postfix
...