/ansible-playbooks

Performing repetitive activities is boring. What if we automate them with ansible?

ansible-playbooks

Performing repetitive activities is boring. What if we automate them with ansible?

🔖 Requirements

🚩 Starting

#Clone the repository
https://github.com/arielroque/ansible-playbooks.git

📚 Available playbooks

  • 📖 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

🚩 Running

# 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