Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XE: Invalid Protocols for Firewall Rules #9

Closed
dfhawthorne opened this issue Feb 3, 2021 · 1 comment
Closed

XE: Invalid Protocols for Firewall Rules #9

dfhawthorne opened this issue Feb 3, 2021 · 1 comment
Assignees
Labels
Ansible 2.9 Occurs when using Ansible 2.9 bug Something isn't working

Comments

@dfhawthorne
Copy link
Owner

TASK [Configure the firewall] **********************************************************
failed: [xe.yaocm.id.au] (item=1521/TCP) => {"ansible_loop_var": "item", "changed": false, "item": "1521/TCP", "msg": "ERROR: Exception caught: org.fedoraproject.FirewallD1.Exception: INVALID_PROTOCOL: 'TCP' not from {'tcp'|'udp'|'sctp'|'dccp'} Permanent operation"}
failed: [xe.yaocm.id.au] (item=1521/UDP) => {"ansible_loop_var": "item", "changed": false, "item": "1521/UDP", "msg": "ERROR: Exception caught: org.fedoraproject.FirewallD1.Exception: INVALID_PROTOCOL: 'UDP' not from {'tcp'|'udp'|'sctp'|'dccp'} Permanent operation"}
failed: [xe.yaocm.id.au] (item=5500/TCP) => {"ansible_loop_var": "item", "changed": false, "item": "5500/TCP", "msg": "ERROR: Exception caught: org.fedoraproject.FirewallD1.Exception: INVALID_PROTOCOL: 'TCP' not from {'tcp'|'udp'|'sctp'|'dccp'} Permanent operation"}
failed: [xe.yaocm.id.au] (item=5500/UDP) => {"ansible_loop_var": "item", "changed": false, "item": "5500/UDP", "msg": "ERROR: Exception caught: org.fedoraproject.FirewallD1.Exception: INVALID_PROTOCOL: 'UDP' not from {'tcp'|'udp'|'sctp'|'dccp'} Permanent operation"}
@dfhawthorne dfhawthorne added bug Something isn't working Ansible 2.9 Occurs when using Ansible 2.9 labels Feb 3, 2021
@dfhawthorne dfhawthorne self-assigned this Feb 3, 2021
@dfhawthorne
Copy link
Owner Author

Changed protocols to lowercase ('tcp' and 'udp').

dfhawthorne added a commit that referenced this issue Feb 3, 2021
Issues resolved:
- #1 "XE: RPM Dependency - Cannot Use 19C Preinstall RPM"
- #3 "XE: YUM fails for OL7"
- #4 "XE: load passwords failed due to censored"
- #6 "XE: PIP fails to install PEXPECT"
- #7 "XE: Unable to find 18C XE RPM"
- #8 "XE: Configuration Loops Indefinitely"
- #9 "XE: Invalid Protocols for Firewall Rules"

Added .yamllint for my preferred yamllint settings.

Remove python_interpreter from Ansible configuration

Separated Oracle Linux 7 tasks into a separate file, ol7_tasks.yml.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ansible 2.9 Occurs when using Ansible 2.9 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant