playbook.yml 335 B

123456789101112131415
  1. ---
  2. - name: Configure Null Client Email Service
  3. become: true
  4. hosts: nullclients
  5. vars:
  6. postfix_conf:
  7. relayhost: "[smtp.lab.example.com]"
  8. inet_interfaces: "loopback-only"
  9. mynetworks: "127.0.0.0/8 [::1]/128"
  10. mydestination: ''
  11. myorigin: 'lab.example.com'
  12. roles:
  13. - linux-system-roles.postfix