Skip to content

baztian/ansible-apt-upgrade

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published