-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from daks/apt-repo
Move apt repositories to map.jinja and update them to recommended ones
- Loading branch information
Showing
33 changed files
with
354 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# yamllint disable rule:indentation rule:line-length | ||
--- | ||
values: | ||
added_in_defaults: defaults_value | ||
arch: amd64 | ||
dir: | ||
base: "/usr/lib/rabbitmq" | ||
cleanlist: | ||
- "/usr/local/bin/rabbitmq-env" | ||
- "/usr/local/bin/rabbitmq-plugins" | ||
- "/var/run/rabbitmq" | ||
config: "/etc/rabbitmq" | ||
data: "/var/lib/rabbitmq" | ||
service: "/usr/lib/systemd/system" | ||
environ: {} | ||
erlang_cookie: shared-secret | ||
map_jinja: | ||
sources: | ||
- Y:G@osarch | ||
- Y:G@os_family | ||
- Y:G@os | ||
- Y:G@osfinger | ||
- C@rabbitmq:lookup | ||
- C@rabbitmq | ||
- Y:G@id | ||
nodes: | ||
rabbit: | ||
clustered: false | ||
config: {} | ||
distport: 25672 | ||
nodeport: 5672 | ||
parameters: {} | ||
plugins: | ||
- rabbitmq_management | ||
- rabbitmq_federation | ||
- rabbitmq_federation_management | ||
- rabbitmq_auth_backend_ldap | ||
policies: {} | ||
queues: {} | ||
remove_guest_user: true | ||
service: true | ||
users: {} | ||
vhosts: {} | ||
pkg: | ||
deps: | ||
- libtinfo5 | ||
- erlang-eldap | ||
deps_disablerepo: '' | ||
name: rabbitmq-server | ||
remove_os_erlang: true | ||
repo: | ||
erlang: | ||
key_url: https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/gpg.E495BB49CC4BBE5B.key | ||
url: https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb | ||
rabbitmq: | ||
key_url: https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/gpg.9F4587F226208342.key | ||
url: https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb | ||
use_upstream: repo | ||
retry_option: | ||
attempts: 0 | ||
interval: 60 | ||
splay: 10 | ||
until: true | ||
rootgroup: root | ||
winner: defaults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.