cloudnull | ^ | 01:38 |
---|---|---|
cloudnull | facts fungi, facts | 01:38 |
cloudnull | I'm glad to be seen 🙂 | 01:38 |
cloudnull | I do hope you're doing excellent as well | 01:39 |
*** chkumar|rover is now known as chandankumar | 04:46 | |
Elnaz | What's the different between Cloudsmith and PackageCloud repositories for RabbitMQ as you have mentioned in the code that "`/etc/ansible/roles/rabbitmq_server/tasks/install_apt.yml`:77:# NOTE(noonedeadpunk): Remove this after Z release" ? | 09:54 |
Elnaz | Cloudsmith.io is not available here; What if I use PackageCloud repository? Would be there any conflict? | 09:57 |
Elnaz | Hey | 18:47 |
Elnaz | `apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::...` ---> Since ubuntu 16.04, `apt-get` is just an alias to `apt` itself. | 18:48 |
Elnaz | Why is it used instead of `apt`? | 18:49 |
Elnaz | What does `src: "gpg/{{ item.id }}"` mean in the context of ansible? I'm going to introduce my GPG public key of the local MariaDB repo. But I can't find the right var to override it! | 20:22 |
*** moha7 is now known as soltanedare | 20:36 | |
Elnaz | By each run the `galera-install.yml`, the OSA overwrite the file `/etc/apt/sources.list.d/MariaDB.list`, but | 23:13 |
Elnaz | by each run the `rabbitmq-install.yml`, the OSA appends the repo line into the file `/etc/apt/sources.list.d/RabbitMQ.list`! | 23:14 |
Elnaz | run of* | 23:15 |
Elnaz | If you change the repo address in variables file, it adds it at the end of `RabbitMQ.list`; In my case led to some conflicts for apt. | 23:21 |
Elnaz | `TASK [rabbitmq_server : Update Apt cache]`: FAILED | 23:23 |
Elnaz | The way yo define `_rabbitmq_gpg_keys` is different to `_galera_gpg_keys`! For galera, "file:" means where the key will be settled in containers. But "file:" in rabbitmq context refers to the key on deployment machine: `/etc/ansible/roles/rabbitmq_server/files/gpg/` | 23:38 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!