Performing repetitive activities is boring. What if we automate them with ansible?
#Clone the repository
https://github.com/arielroque/ansible-playbooks.git
- 📖
Setup VM
for install Docker (with post instalation) and Kubectl - 📖
Setup VM with SGX Driver
for install Docker (with post instalation), Kubectl and Intel SGX Driver
# Export HOST IP
export HOST_IP=<IP>
echo $HOST_IP >> hosts
# Available command options:
# ansible-playbook playbooks/setup-vm.yaml -i hosts
# ansible-playbook playbooks/setup-vm-with-sgx.yaml -i hosts