dotfiles/playbooks/bootstrap.yml

21 lines
406 B
YAML
Raw Normal View History

---
- name: Bootstrap installation
hosts: all
gather_facts: yes
roles:
- role: fedora
become: yes
become_method: sudo
vars:
# set to "local" or "remote"
source: "local"
when: ansible_distribution == "Fedora"
- flatpaks
- ssh
- shell
- role: git
vars:
git_email: <insert-email>
gpg_signingkey: <insert-id>
- vscode