Ansible Galaxy Collection: Devstation:
- common:
- dotfiles: download and link dotfiles from git repo
- Ubuntu 20.04 LTS
ansible-galaxy collection install ayr_ton.devstation
- name: setup a devstation environment
hosts: all
connection: local
become: yes
gather_facts: yes
roles:
- role: ayr_ton.devstation.dotfiles
ansible localhost -m include_role -a 'name=ayr_ton.devstation.dotfiles'