Automation
Posts
Selected Posts
13
0
2
25
0
4
19
0
2
46
0
9
26
0
4
No Events found!
1 Rookie
•
89 Posts
0
1279
Is there is a powerscale ansible module to run a powerscale CLI command? Pass the powerscale CLI command as an argument and get ansible to run it?
Top
jennifer_john
1 Rookie
1 Rookie
•
79 Posts
1
February 23rd, 2023 08:00
Hi @Apex_Ops
We will work on adding support for listing the ntp servers in the upcoming releases.
Meanwhile, we can use the ansible uri module by directly specifying the rest api url to retrieve the ntp details. Attaching below sample code for the same.
jennifer_john
1 Rookie
1 Rookie
•
79 Posts
0
February 17th, 2023 08:00
Hi @Apex_Ops,
No, but the CLI command functionalities can be achieved by invoking the powerscale ansible modules through playbooks. Is there any functionality in particular that you are looking for?
Thanks,
Jennifer.
Apex_Ops
1 Rookie
1 Rookie
•
89 Posts
0
February 23rd, 2023 00:00
Hi @jennifer_john
Thanks for your reply.
I just want to list the configured NTP servers from a Powerscale.
Ronan