Guest User

Untitled

a guest
Jan 18th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ---
  2.  
  3. - hosts: all
  4. connection: local
  5.  
  6. tasks:
  7. - name: Create FTP profile
  8. bigip_command:
  9. commands:
  10. - tmsh create ltm profile ftp <nameofprofile>
  11. provider:
  12. user: admin
  13. server: 192.168.1.1
  14. password: admin
  15. validate_certs: no
  16. register: result
Add Comment
Please, Sign In to add comment