You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
210B

  1. ---
  2. - name: install package
  3. apt:
  4. pkg: postfix
  5. - name: pull configuration
  6. synchronize:
  7. src: /etc/postfix/
  8. dest: host_files/{{inventory_hostname}}/etc/postfix
  9. mode: pull
  10. recursive: true