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
bigip_sslo_config_topology
ansible [core 2.12.5] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.8/dist-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/local/bin/ansible python version = 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] jinja version = 3.1.2 libyaml = True
Sys::Version Main Package Product BIG-IP Version 16.1.3.2 Build 0.0.4 Edition Point Release 2 Date Wed Sep 14 08:12:07 PDT 2022
9.3.41
No specific system/ansible configuration changes
Ubuntu 20.04 Python 3.8.10
On deploy of bigip_sslo_config_topology, the following fatal error is reported:
fatal: [172.16.1.83]: FAILED! => {"changed": false, "msg": "CREATE operation error: 8eac8010-3857-4762-a74c-e57e69a70579 : [OrchestratorConfigProcessor] Deployment failed for Error: [BaseHAConfigProcessor (TopologyBaseHAConfigProcessor)] Error: Failed to resolve reference property appId = f5-ssl-orchestrator-tls, propertyValue: l"}
--- # Reference: https://clouddocs.f5.com/products/orchestration/ansible/devel/f5_bigip/modules_2_0/bigip_sslo_config_topology_module.html#bigip-sslo-config-topology-module-2 - name: Create SSLO Outbound L3 Topology Configuration hosts: all gather_facts: False collections: - f5networks.f5_bigip connection: httpapi vars: #ansible_host: "172.16.1.83" ansible_httpapi_port: 443 ansible_user: "admin" ansible_httpapi_password: "admin" ansible_network_os: f5networks.f5_bigip.bigip ansible_httpapi_use_ssl: yes ansible_httpapi_validate_certs: no tasks: ## Topology - name: Create an SSLO Outbound L3 Topology bigip_sslo_config_topology: name: "demo_out_L3" state: "present" topology_type: "outbound_l3" ssl_settings: "sslconfig" security_policy: "sslopolicy" vlans: - "/Common/client-vlan" snat: "automap" gateway: "iplist" gateway_list: - ip: "172.16.0.1"
The text was updated successfully, but these errors were encountered:
Hi, Internal ID to track this request is: INFRAANO-925, thanks!
Sorry, something went wrong.
Hi issue fixed in Dec 2022 release, please open new issue if you see any problem.
No branches or pull requests
COMPONENT NAME
bigip_sslo_config_topology
Environment
ANSIBLE VERSION
BIGIP VERSION
SSL ORCHESTRATOR VERSION
CONFIGURATION
No specific system/ansible configuration changes
OS / ENVIRONMENT
SUMMARY
On deploy of bigip_sslo_config_topology, the following fatal error is reported:
STEPS TO REPRODUCE
The text was updated successfully, but these errors were encountered: