An Ansible role to provision the base layer of my Raspberry pis.
- Operating system installed and sudo for the executing user.
- Hashicorp Vault library (
hvac) - Python cryptography module
See defaults/main.yml
None.
- hosts: pis
become: true
roles:
- base-platform-piMIT