Commit 043ebc39 by Feanil Patel

Externalize the debian packages.

parent f4c5194e
......@@ -7,7 +7,7 @@
apt_key: url={{rabbitmq_apt_key}} state=present
- name: install python-software-properties if debian
apt: pkg='python-software-properties' state=present
apt: pkg={{",".join(rabbitmq_debian_pkgs)}} state=present
when: ansible_distribution == 'Debian'
- name: add rabbit repository
......
......@@ -3,6 +3,8 @@
rabbitmq_apt_key: "http://www.rabbitmq.com/rabbitmq-signing-key-public.asc"
rabbitmq_repository: "deb http://www.rabbitmq.com/debian/ testing main"
rabbitmq_pkg: "rabbitmq-server"
rabbitmq_debian_pkgs:
- python-software-properties
rabbitmq_config_dir: "/etc/rabbitmq"
rabbitmq_cookie_dir: "/var/lib/rabbitmq"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment