input_params/base_vars.yml
, input_params/login_vars.yml
, ethernet_vars.yml
and/or input_params/ethernet_tor_vars.yml
per the provided Input Parameter Guides.Note:
- Edit the
ethernet_tor_vars.yml
file for all S3* and S4* PowerSwitches such as S3048-ON, S4048T-ON, S4112F-ON, S4048-ON, S4048T-ON, S4112F-ON, S4112T-ON, and S4128F-ON.- Edit the
ethernet_vars.yml
file for Dell PowerSwitch S5232F-ON and all other PowerSwitches except S3* and S4* switches.
ethernet_template
on the AWX UI.kubectl get svc -n awx
.kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode
.http://<IP>:8052
, where IP is the awx-ui IP address and 8052 is the awx-ui port number. Log in to the AWX UI using the username as admin
and the retrieved password.