https://github.com/hyperized/apt-repo
Ansible role to manage Ubuntu Bionic apt repositories
https://github.com/hyperized/apt-repo
Last synced: 11 months ago
JSON representation
Ansible role to manage Ubuntu Bionic apt repositories
- Host: GitHub
- URL: https://github.com/hyperized/apt-repo
- Owner: hyperized
- Created: 2020-02-27T14:26:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T14:37:01.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T00:29:33.827Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
apt-repo
=========
_Ubuntu APT repo wrapper_
Primarily so we can use this in dependencies
Requirements
------------
Ansible 2.5 or above is highly recommended.
Role Variables
--------------
apt_repo_filename:
apt_repo_repo:
apt_repo_state: present
Dependencies
------------
None
Example Playbook
----------------
- hosts: localhost
become: yes
roles:
- role: hyperized.apt-repo
apt_repo_repo: deb http://archive.ubuntu.com/ubuntu bionic-updates main universe
License
-------
MIT
Author Information
------------------
Gerben Geijteman