1 2 3 4 5 6
- hosts: localhost tasks: - include: tasks/dependencies.yml - include: tasks/zsh.yml - include: tasks/ssh.yml - include: tasks/dotfiles.yml