Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 602 Bytes

Apt upgrade ansible role

CI

Role to configure and upgrade base/official apt sources for ubuntu and mint.

Example Playbook

- hosts: servers
  become: yes
- vars:
    official_apt_sources_replacements:
    - regexp: http://packages.linuxmint.com
      replace: http://ftp.fau.de/mint/packages
    - regexp: http://archive.ubuntu.com/ubuntu
      replace: http://ftp.fau.de/ubuntu
  roles:
     - role: baztian.apt_upgrade

License

MIT