--- - name: Ansible playbook to roll-back any changes the deployment playbook makes hosts: localhost become: true tasks: - name: Uninstall the cfssl tool file: path: /usr/local/bin/cfssl state: absent - name: Uninstall the cfssljson tool file: path: /usr/local/bin/cfssljson state: absent - name: Delete the key material files and directory file: path: /var/tmp/kubernetes state: absent