You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I am trying to figure out how to put information from a switch config using ansible so it can be manipulated and used as data in your ansible playbook. For example, all switches have a configuration section similar to the following:
I'm trying to figure out how to put the ftp:// line and manipulate that string so i can replace the ip with a new/different ip, in addition i want to pull out the directory structure so i can use that path to create the needed directory structure on the new server. would any one have any tips on this?