Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'gaetanfl/cluster_strategy' into fretlink-fixesfretlink-fixes | Paul Bonaud | 2020-01-08 | 1 | -0/+3 |
|\ | |||||
| * | Add partition handling setting | Gaëtan Duchaussois | 2020-01-08 | 1 | -0/+3 |
| | | |||||
* | | monkey_patch: ansible module 'rabbitmq_user' for rabbit v3.7.9 | Paul Bonaud | 2020-01-08 | 2 | -11/+323 |
|/ | | | | cf bug from https://github.com/rabbitmq/rabbitmq-cli/issues/264 | ||||
* | Merge pull request #29 from paulrbr-fl/fix-debian-package-install | Larry Smith Jr | 2019-12-03 | 1 | -3/+2 |
|\ | | | | | debian: fix the use of 'rabbitmq_debian_version' variable | ||||
| * | debian: fix the use of 'rabbitmq_debian_version' variable | Paul Bonaud | 2019-11-21 | 1 | -3/+2 |
| | | | | | | | | | | | | Right now the dedicated rabbitmq_debian_version variable was unused by the debian installer. This commit fixes the debian install task to be able to install a specific package version. | ||||
* | | Merge pull request #28 from paulrbr-fl/python-3-compat | Larry Smith Jr | 2019-12-03 | 2 | -2/+5 |
|\ \ | |/ |/| | compatibility: make the role compatible with Python 3 | ||||
| * | ci: launch tests on both python 2.7 & 3.6 | Paul Bonaud | 2019-11-21 | 1 | -1/+4 |
| | | |||||
| * | compatibility: make the role compatible with Python 3 | Paul Bonaud | 2019-11-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #24 from paulrbr-fl/rabbitmq-config-env | Larry Smith Jr | 2018-12-20 | 3 | -0/+15 |
|\ | | | | | rabbitmq-env: add config file for env variables definition | ||||
| * | rabbitmq-env: add config file for env variables definition | Paul Bonaud | 2018-12-20 | 3 | -0/+15 |
| | | |||||
* | | Merge pull request #23 from paulrbr-fl/clustering-admin-tasks | Larry Smith Jr | 2018-12-20 | 3 | -10/+14 |
|\ \ | | | | | | | clustering: make sure to delegate admin tasks to the master node | ||||
| * | | clustering: make sure to delegate admin tasks to the master node | Paul Bonaud | 2018-12-20 | 3 | -10/+14 |
| |/ | |||||
* | | Merge pull request #22 from paulrbr-fl/user-permissions | Larry Smith Jr | 2018-12-20 | 1 | -10/+12 |
|\ \ | | | | | | | users: allow list of permissions to be provided instead of unique vhost permissions | ||||
| * | | rabbitmq_users: Allow permissions on multiple vhosts | Paul Bonaud | 2018-12-20 | 1 | -8/+10 |
| | | | |||||
| * | | fix: don't fail on user creation if tags is missing | Paul Bonaud | 2018-12-20 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #21 from paulrbr-fl/adding-vhost-mngt | Larry Smith Jr | 2018-12-20 | 3 | -0/+33 |
|\ \ | |/ |/| | vhosts: Adding rabbitmq vhosts creation | ||||
| * | vhosts: give full permissions to default guest administrator | Paul Bonaud | 2018-12-20 | 1 | -1/+19 |
| | | |||||
| * | vhosts: Adding rabbitmq vhosts creation | Paul Bonaud | 2018-12-20 | 3 | -0/+15 |
|/ | |||||
* | Merge pull request #20 from mrlesmithjr/refactoring-code | Larry Smith Jr | 2018-12-20 | 74 | -2158/+539 |
|\ | | | | | Refactoring code | ||||
| * | Merge branch 'refactoring-code' of github.com:mrlesmithjr/ansible-rabbitmq ↵ | Larry Smith Jr | 2018-12-20 | 0 | -0/+0 |
| |\ | | | | | | | | | | into refactoring-code | ||||
| | * | Disabled Ubuntu 14.04 and Debian Jessie | Larry Smith Jr | 2018-12-19 | 2 | -17/+20 |
| | | | |||||
| | * | Fixing missing gpg command for Debian/Ubuntu | Larry Smith Jr | 2018-12-19 | 1 | -0/+8 |
| | | | |||||
| | * | Updated ansible lint skip list until further testing | Larry Smith Jr | 2018-12-19 | 1 | -0/+2 |
| | | | |||||
| | * | First commit of refactoring | Larry Smith Jr | 2018-12-19 | 6 | -60/+57 |
| | | | |||||
| | * | Added Travis testing | Larry Smith Jr | 2018-12-19 | 15 | -0/+328 |
| | | | |||||
| | * | Cleaned up Vagrant and merged new commits | Larry Smith Jr | 2018-12-19 | 56 | -2090/+129 |
| | | | |||||
| * | | Rebased from master after PR's and cleaned up | Larry Smith Jr | 2018-12-20 | 2 | -19/+23 |
| | | | |||||
| * | | Disabled Ubuntu 14.04 and Debian Jessie | Larry Smith Jr | 2018-12-20 | 2 | -17/+20 |
| | | | |||||
| * | | Fixing missing gpg command for Debian/Ubuntu | Larry Smith Jr | 2018-12-20 | 1 | -0/+8 |
| | | | |||||
| * | | Updated ansible lint skip list until further testing | Larry Smith Jr | 2018-12-20 | 1 | -0/+2 |
| | | | |||||
| * | | First commit of refactoring | Larry Smith Jr | 2018-12-20 | 6 | -59/+56 |
| | | | |||||
| * | | Added Travis testing | Larry Smith Jr | 2018-12-20 | 15 | -0/+328 |
| | | | |||||
| * | | Cleaned up Vagrant and merged new commits | Larry Smith Jr | 2018-12-20 | 56 | -2087/+126 |
|/ / | |||||
* | | Merge pull request #19 from gaetanfl/fix_vhost | Larry Smith Jr | 2018-12-20 | 1 | -3/+3 |
|\ \ | | | | | | | add vhost for exchange and queue declaration | ||||
| * | | add vhost for exchange and queue declaration | Gaëtan Duchaussois | 2018-12-18 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #18 from gaetanfl/fix_policy_name | Larry Smith Jr | 2018-12-20 | 2 | -3/+13 |
|\ \ \ | |_|/ |/| | | Allow multiple policies creation | ||||
| * | | Allow multiple policies creation | Gaëtan Duchaussois | 2018-12-18 | 2 | -3/+13 |
| |/ | |||||
* | | Merge pull request #17 from gaetanfl/use_bintray | Larry Smith Jr | 2018-12-19 | 2 | -6/+18 |
|\ \ | |/ |/| | Allow debian install from bintray | ||||
| * | Allow debian install from bintray with erlang from bintrayuse_bintray | Gaëtan Duchaussois | 2018-12-12 | 2 | -6/+18 |
|/ | |||||
* | Merge pull request #16 from jqueuniet/master | Larry Smith Jr | 2018-09-20 | 2 | -1/+2 |
|\ | | | | | Allow config file template customization | ||||
| * | Allow config file template customization | Johann Queuniet | 2018-09-20 | 2 | -1/+2 |
|/ | |||||
* | Merge pull request #15 from gaetanfl/add_ssl_support | Larry Smith Jr | 2018-07-17 | 2 | -1/+29 |
|\ | | | | | add ssl listener support | ||||
| * | add ssl listener supportadd_ssl_support | Gaëtan Duchaussois | 2018-07-11 | 2 | -1/+29 |
|/ | |||||
* | Fixed missing become on taskHEADmaster | Larry Smith Jr | 2018-01-02 | 1 | -0/+1 |
| | |||||
* | Merge pull request #13 from Nklya/master | Larry Smith Jr | 2017-06-26 | 1 | -1/+2 |
|\ | | | | | Add OracleLinux to RHEL | ||||
| * | Add OracleLinux to RHEL | Nikolay Antsiferov | 2017-06-26 | 1 | -1/+2 |
|/ | | | Add OracleLinux to RHEL family OS. | ||||
* | Merge pull request #12 from mrlesmithjr/enhancements/issues-9-10-11 | Larry Smith Jr | 2017-05-20 | 15 | -153/+865 |
|\ | | | | | Enhancements/issues 9 10 11 | ||||
| * | Cleaned up code as part of issue #10enhancements/issues-9-10-11 | Larry Smith Jr | 2017-05-20 | 9 | -117/+126 |
| | | | | | | | | Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com> | ||||
| * | Updated example playbook as part of code cleanup #10 | Larry Smith Jr | 2017-05-20 | 1 | -19/+6 |
| | | | | | | | | Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com> | ||||
| * | Updated required roles as part of code cleanup #10 | Larry Smith Jr | 2017-05-20 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com> |