David Moreau Simard
David Moreau Simard
In case it may be useful, the build-release role has a small script that templates out a galaxy requirements.yml file: - https://github.com/ansible-community/antsibull/blob/main/roles/build-release/tasks/main.yaml#L71-L81 - https://github.com/ansible-community/antsibull/blob/main/roles/build-release/files/deps-to-galaxy.py The output looks like this: https://gist.github.com/dmsimard/0a4375f1fa16877996f641459e73b84a
Hi Cedric, a new release is long overdue, sorry about that. The collection has run out of maintenance a bit and we have a few items to work through to...
@Thulium-Drake it's a question that had not occurred to me but it's true that systemd allows for user-level services. I would define it as out of scope for this particular...
There is "prior art" for this that we can heavily draw inspiration from -- first, instructions from the quay.io/dockerhub readme: ``` podman run --name ara --detach --tty \ --volume ~/.ara/server:/opt/ara:z...
re: integration tests, there happens to be docs about generating self-signed certificates with existing ansible crypto modules: https://docs.ansible.com/ansible/latest/collections/community/crypto/docsite/guide_selfsigned.html
WIP: https://github.com/ansible-community/ara-collection/pull/43
Hi @damiandabrowski5 and thanks for the PR! We're in the middle of refreshing the collection as it ran out of maintenance so it will be a good idea to include...
Hi @damiandabrowski5, sorry for the delay. I hope my explanation makes sense. We can either update this PR or submit a new one. Let us know if you would like...
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2661: ordinal not in range(128)
Hey @erolg and thanks for the issue. I haven't seen this occur before. Are you using a particular locale or charset on your system and out of curiosity, are you...
Hello and thanks for the PR @Thulium-Drake :heart: I have some questions and comments in line but this is good work. I'm looking forward to merge it when it's ready...