Forum Discussion

james_lee_31100's avatar
james_lee_31100
Icon for Nimbostratus rankNimbostratus
May 08, 2017

ansible and bigip_command

Try use ansible-playbook to test bigip_command, I got following error ERROR! 'bigip_command' is not a valid attribute for a Play

 

The error appears to have been in '/work/showver3.yaml': line 1, column 3, but may be elsewhere in the file depending on the exact syntax problem.

 

The offending line appears to be:

 

  • name: run show version on remote devices ^ here

===showver3.yaml=== - name: run show version on remote devices bigip_command: commands: show sys version server: "testlab.mydomain.local" password: "mypass" user: "admin" validate_certs: "no"

 

1 Reply

  • It seems a lot of yaml files for f5-sdk are not working, but yaml file for bigsuds modules are working file.

     

    Could anyone provide some information where they test those modules? on Ansible Tower?