mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Install rabbitmq from s3 in tests.
This commit is contained in:
parent
0e8a6e08ce
commit
e105f5b436
1 changed files with 1 additions and 14 deletions
|
@ -30,18 +30,6 @@
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Add RabbitMQ public GPG key
|
|
||||||
apt_key:
|
|
||||||
url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_rabbitmq/rabbitmq-release-signing-key.asc
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Add RabbitMQ repository
|
|
||||||
apt_repository:
|
|
||||||
repo: "deb https://dl.bintray.com/rabbitmq/debian {{ ansible_distribution_release }} main"
|
|
||||||
filename: rabbitmq
|
|
||||||
state: present
|
|
||||||
update_cache: yes
|
|
||||||
|
|
||||||
# Required by the rabbitmq modules that uses the management API
|
# Required by the rabbitmq modules that uses the management API
|
||||||
- name: Install requests
|
- name: Install requests
|
||||||
pip:
|
pip:
|
||||||
|
@ -49,8 +37,7 @@
|
||||||
|
|
||||||
- name: Install RabbitMQ Server
|
- name: Install RabbitMQ Server
|
||||||
apt:
|
apt:
|
||||||
name: rabbitmq-server
|
deb: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_rabbitmq/rabbitmq-server_3.7.14-1_all.deb
|
||||||
state: latest
|
|
||||||
|
|
||||||
- name: Install RabbitMQ TLS dependencies
|
- name: Install RabbitMQ TLS dependencies
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue