1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-18 06:48:33 +02:00
dotfiles/ansible/ansible.cfg
bretello 762f3ef58c
install: use ansible
- ansible/playbooks/setup.yml can be used to install all dotfiles
- a test setup is included in the `dev` folder with arch and debian
  images
2020-12-08 00:36:08 +01:00

6 lines
85 B
INI

[defaults]
forks = 10
strategy=free
pipelining = true
internal_poll_interval = 0.001