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.

12 lines
272 B

4 years ago
  1. - name: update web servers
  2. become: yes
  3. hosts:
  4. - 193.176.240.2
  5. - 185.239.107.148
  6. tasks:
  7. - name: ensure apache is at the latest version
  8. apt:
  9. update_cache: y
  10. dpkg_options: 'force-confnew,force-confdef'
  11. name: apache2
  12. state: latest