Installs aairey's dotfiles to the system for your user.
Based on this gist.
Homebrew / Linuxbrew needs to be installed on the target system.
None.
None.
- hosts: servers
roles:
- { role: aairey.dotfiles }
You can test this role locally by running tox (see tox.ini file for the configuration).
For example to run a test with Python 3.9 and Ansible 2.10, run:
# activate virtualenv which contains the test requirements
# or `pip install -r test_requirements.txt`
tox -e py39-ansible210
For more fine-grained test executions the different molecule commands can be used (molecule lint
, molecule converge
, ...) to save time in setting up the test env from scratch.
GPL-3.0