Playbooks to a new Lilik
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
235 B

8 years ago
  1. ---
  2. - name: install sympa and associated packages
  3. apt:
  4. name: "{{ item }}"
  5. state: present
  6. update_cache: yes
  7. cache_valid_time: 3600
  8. with_items:
  9. - sympa
  10. - wwsympa
  11. - fcgiwrap
  12. notify:
  13. - restart nginx