Skip to content

Commit

Permalink
[manala.apt] Add ansible repo (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
greedybro authored Nov 6, 2019
1 parent 1b4aa71 commit b703ad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 2 additions & 0 deletions manala.apt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Ansible repository & key pattern

## [1.0.42] - 2019-10-24
### Added
Expand Down
18 changes: 6 additions & 12 deletions manala.apt/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,17 +282,9 @@ manala_apt_repositories_patterns:
elasticsearch_7:
source: deb https://artifacts.elastic.co/packages/7.x/apt stable main
key: elasticsearch
ansible: "{{
{
'debian': None,
'ubuntu': {
'source': 'ppa:ansible/ansible'
}
}[ansible_distribution|lower]
}}"
# Deprecated
ppa_ansible:
source: ppa:ansible/ansible
ansible:
source: deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{ { 'jessie':'wily','stretch':'xenial','buster':'bionic'}[ansible_distribution_release] }} main
key: ansible
blackfire:
source: deb http://packages.blackfire.io/debian any main
key: blackfire
Expand Down Expand Up @@ -506,7 +498,9 @@ manala_apt_keys_patterns:
glusterfs_6:
url: https://download.gluster.org/pub/gluster/glusterfs/6/rsa.pub
id: C2F8238C

ansible:
url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x6125e2a8c77f2818fb7bd15b93c4a3fd7bb9c367
id: 7BB9C367
# Preferences
manala_apt_preferences_patterns:
vim: vim*
Expand Down

0 comments on commit b703ad0

Please sign in to comment.