Robert Rettig

Results 39 issues of Robert Rettig

port range support for firewalld could be done like this. Might be helpful in [#6](https://github.com/robertdebock/ansible-role-firewall/issues/6) ```yaml firewall_services: - name: 30000-32767 protocol: tcp range: true ``` --- name: Pull request about:...

Fixes #4 --- name: Pull request about: Describe the proposed change --- **Describe the change** This patch allows to add an interface to a selected zone only on operating systems...

https://github.com/robertdebock/ansible-role-firewall/blob/master/vars/main.yml#L26 error: ``` fatal: [rhel7]: FAILED! => {"changed": false, "msg": "No package matching 'iptables-services' found available, installed or updated", "rc": 126, "results": ["firewalld-0.6.3-11.el7.noarch providing firewalld is already installed", "iptables-1.4.21-35.el7.x86_64 providing...

at least with the libvirt Vagrantfile the tmpfs /tmp folder in fedora*-cloud is to small ( 2GB ) - tested with fedora35-cloud. The task to install pip modules for molecule...

Many repos are not public available hence there are a lot of errors. The task https://github.com/robertdebock/ansible-development-environment/blob/5c943a3ece100252e97d3f12687bb17d42f9af5b/roles/git/tasks/main.yml#L50-L66 needs some sort of conditional to continue with other roles.

https://github.com/robertdebock/ansible-development-environment/blob/4f792f71ebc529c50ccd8ee5a380241cd266d1eb/roles/ara/tasks/main.yml#L16 > 8. Change any references to the role to use the FQCN. > [Migrating a role that contains plugins to a collection](https://docs.ansible.com/ansible/latest/dev_guide/migrating_roles.html#migrating-a-role-that-contains-plugins-to-a-collection)

fixes #29 --- name: Pull request about: Describe the proposed change --- **Describe the change** A clear and concise description of what the pull request is. **Testing** In case a...

--- name: Pull request about: Describe the proposed change --- **Describe the change** Adds the feature postfix address rewrite. **Testing** Was deployed via ansible to own infrastructure and replaced the...