Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.42 KB

aairey.dotfiles

Build Status ansible galaxy role downloads

Installs aairey's dotfiles to the system for your user.

Based on this gist.

Requirements

Homebrew / Linuxbrew needs to be installed on the target system.

Role Variables

None.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: aairey.dotfiles }

Local building/testing

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.

License

GPL-3.0

Author Information

https://aairey.github.io/