David Moreau Simard
David Moreau Simard
I haven't tested it yet but came across this when looking at something else. Because of the way it is written, it would probably not work if the installation is...
The current (very basic) template only runs off of port 80/http: https://github.com/ansible-community/ara-collection/blob/baeddadae54b4e58cea269bdfae0e02608c4c471/roles/ara_frontend_nginx/templates/ara-api.conf.j2 For demo.recordsansible.org we have a template that provides SSL support we can draw inspiration from: https://github.com/ansible-community/ara-infra/blob/master/playbooks/templates/api.demo.recordsansible.org.conf.j2 I guess...
Now that I've learned more about Ansible collections and understand how they work better, I have a few ideas that I wanted to write down without necessarily creating individual issues...
## What component is this about ? The ara_api Ansible role ## What is the idea ? Ansible can be easily installed in a user's home directory with ``pip install...
### Exported from gerrit: https://review.opendev.org/c/recordsansible/ara-collection/+/746362 It looks like the SetEnv in the vhost isn't working: [pid 22056:tid 140659376428800] [ara] No setting found for SECRET_KEY. Generating a random key... [pid 22056:tid...
## What component is this about ? ARA Ansible roles ## What is the idea ? The Ansible roles currently support deploying with gunicorn as the application server and nginx...
https://www.ansible.com/blog/introducing-the-awx-collection
## What is the issue ? See: https://bugzilla.redhat.com/show_bug.cgi?id=2279553 ## What should be happening ? We should update instances where we are using .warn.
### Summary I was trying to create a tag called "infra.domain.tld" and it didn't work with this exception excerpt: ``` File "/home/dmsimard/.ansible/tmp/ansible-tmp-1716092997.965093-220630-15469053834849/AnsiballZ_tag.py", line 47, in invoke_module runpy.run_module(mod_name='ansible_collections.digitalocean.cloud.plugins.modules.tag', init_globals=dict(_module_fqn='ansible_collections.digitalocean.cloud.plugins.modules.tag', _modlib_path=modlib_path), File...