···11+# Overview
22+33+This is a simple script to update a remote host's certificate store with an enterprise's Man-In-The-Middle (MITM) root certificate.
44+55+Update the value of `local_cert_file` variable in the `playbook.yml` with the actual path of the ROOT certificate (in PEM format) placed somewhere in the host system.
66+77+Please make sure to update the `group_vars/all/vault.yml` with the relevant sensitive data of remote server IPs and ssh user id using the command
88+99+`ansible-vault edit group_vars/all/vault.yml`
1010+1111+### Executing playbook
1212+1313+```
1414+$ ansible-playbook -i hosts -kK -v --ask-vault-pass playbook.yml
1515+```