Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petr-korobeinikov/ansible-role-apt-repository
Apt repository installation.
https://github.com/petr-korobeinikov/ansible-role-apt-repository
ansible ansible-role infrastructure-as-code infrastructure-management
Last synced: 3 months ago
JSON representation
Apt repository installation.
- Host: GitHub
- URL: https://github.com/petr-korobeinikov/ansible-role-apt-repository
- Owner: petr-korobeinikov
- Created: 2016-05-13T15:17:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T20:44:02.000Z (7 months ago)
- Last Synced: 2024-06-25T22:14:02.241Z (7 months ago)
- Topics: ansible, ansible-role, infrastructure-as-code, infrastructure-management
- Homepage: https://galaxy.ansible.com/pkorobeinikov/apt-repository/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/pkorobeinikov/ansible-role-apt-repository.svg?branch=master)](https://travis-ci.org/pkorobeinikov/ansible-role-apt-repository)
pkorobeinikov.apt-repository
============================Apt repository installation.
Requirements
------------None.
Role Variables
--------------* `apt_repository_repositories` is an array of key-pairs `repo`-`key`.
Dependencies
------------None.
Example Playbook
-------------------
- hosts: localhost
become: true
roles:
- role: pkorobeinikov.apt-repository
apt_repository_repositories:
- repo: deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
key: https://www.postgresql.org/media/keys/ACCC4CF8.asc
- repo: deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx
key: http://nginx.org/keys/nginx_signing.key
- repo: ppa:lesovsky/pgcenterLicense
-------BSD, MIT