dotfiles/Pipfile
2018-09-09 09:33:20 +01:00

17 lines
308 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansible = "*"
yamllint = "*"
[dev-packages]
[requires]
python_version = "3.7"
[scripts]
deploy = "ansible-playbook -i hosts dotfiles.yml -C"
test = "yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml"