playbook.yml 327 B

123456789101112131415
  1. ---
  2. - name: Configure Null Client Email Service
  3. become: true
  4. hosts: all
  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. myorigin: 'lab.example.com'
  11. mydestination: ''
  12. roles:
  13. - linux-system-roles.postfix