baztian.apt_upgrade

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

Role for configuring and upgrading base apt sources

Install
ansible-galaxy install baztian.apt_upgrade
GitHub repository
License
mit
Downloads
256
Owner