Configure Arch Linux, Ubuntu and macOS using Ansible.
Inspired by this medium post and related GitHub repository
Run the bootstrap script passing up to one tag.
$ ./bin/bootstrap.sh
If no tag is given, all roles are performed.
The bootstrap script will install pip
and ansible
if they are not found.
Files can be encrypted using ansible-vault create --vault-id project@prompt foo.yml
.