F5Networks / f5-ansible-f5os

Collection for managing F5OS based devices
2 stars 1 forks source link

F5OS module, Task to change default partition password fails #2

Closed siddharthsakthidharan closed 1 year ago

siddharthsakthidharan commented 1 year ago
COMPONENT NAME

Environment

ANSIBLE VERSION
F5OS VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY

name: Change Password on Partition connection: httpapi hosts: velos-partition[0] collections: f5networks.f5os any_errors_fatal: true vars: ansible_user: "admin" ansible_httpapi_password: "admin" # This is the default password for admin user on a partition ansible_network_os: "f5networks.f5os.f5os" ansible_httpapi_use_ssl: true ansible_httpapi_use_proxy: false ansible_httpapi_validate_certs: "no" ansible_httpapi_port: 8888 ansible_command_timeout: 1800 persistent_log_messages: true

tasks:

EXPECTED RESULTS
ACTUAL RESULTS
pgouband commented 1 year ago

Thanks for reporting this, added to our jira backlog with INFRAANO-1173 for tracking. We will keep you posted.

wojtek0806 commented 1 year ago

merged into devel