We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"}
The text was updated successfully, but these errors were encountered:
Changed protocols to lowercase ('tcp' and 'udp').
Sorry, something went wrong.
Successful installation of Oracle 18C XE
295bd6d
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.
dfhawthorne
No branches or pull requests
The text was updated successfully, but these errors were encountered: