Klaus Zerwes
Klaus Zerwes
Glad to here I could help, @Jonybat. Regarding PR: always welcome! If you open some here against the original repo here, I can include them in our fork like the...
THank you @Jonybat; I was so keen and opened a PR in our repo too. Would you mid providing some sample VAR as comment in task file? Something similar to...
for our setup we generate the required vars for the ansible opnsense role using a jinja2 template and for the uuid field I use: `uuid: {{ data.uuid | default(name |...
In case it is of interest, here a excerpt from the jinja2 template we use. It allows us to define VARs in different scopes in our simplified notation and then...
Hello && Salut @mikeanth-dev I am not the owner / maintainer of this repo, but as I used and extended the role during the last months (I am not sure,...
> I believe that they could be better and more systematically addressed in a collection Yes, I agree to this, but from my point of view the format to choose...
https://github.com/Rosa-Luxemburgstiftung-Berlin/ansible-opnsense/issues/13
As it is IMHO quite easy to reproduce, I just omitted some debug output ... playbook: ```yaml --- - hosts: testhost gather_facts: no become: yes tasks: - command: id -u...
> This is a different host in the output; did you configure some connection delegation or something? No, just a testhost with `testhost ansible_host=172.26.2.2` and a different real hostname No...
yes, using ``` ansible-playbook --become-password-file /tmp/x testbecome.yml ``` I have the same behavior ...