zahodi / ansible-mikrotik

Mikrotik module collection for ansible
Apache License 2.0
96 stars 33 forks source link

add a sample backup and rollback task to use on production routers #16

Closed zahodi closed 7 years ago

zahodi commented 7 years ago

This is useful if you are running these modules in production as it will create a backup of your mikrotik device prior and schedule a rollback if you accidentally break something with ansible.

Placing the sample task in the tasks/ folder until we figure out where to best place our yml.

zahodi commented 7 years ago

@senorsmile can you review?

senorsmile commented 7 years ago

How do we envision people using this sample? Just copy/pasting into their real playbooks?