upgrade_prod.yml 185 B

123456789
  1. # Update and upgrade prod servers
  2. ---
  3. - hosts: tera_prod
  4. tasks:
  5. - name: Update and dist-upgrade
  6. apt:
  7. update_cache=yes
  8. state=latest
  9. upgrade=dist