2020-10-11 15:09:15 +02:00
|
|
|
---
|
2022-03-13 01:33:20 +01:00
|
|
|
- name: Bootstrap installation
|
2020-10-11 15:09:15 +02:00
|
|
|
hosts: all
|
2022-03-13 01:33:20 +01:00
|
|
|
gather_facts: yes
|
2020-10-11 15:09:15 +02:00
|
|
|
roles:
|
2020-10-14 21:52:39 +02:00
|
|
|
- role: fedora
|
2020-10-14 20:11:25 +02:00
|
|
|
become: yes
|
|
|
|
become_method: sudo
|
|
|
|
vars:
|
|
|
|
# set to "local" or "remote"
|
|
|
|
source: "local"
|
2022-03-13 01:33:20 +01:00
|
|
|
when: ansible_distribution == "Fedora"
|
2020-10-11 15:09:15 +02:00
|
|
|
- flatpaks
|
|
|
|
- ssh
|
|
|
|
- shell
|
|
|
|
- role: git
|
|
|
|
vars:
|
|
|
|
git_email: <insert-email>
|
2020-10-11 20:27:02 +02:00
|
|
|
gpg_signingkey: <insert-id>
|
|
|
|
- vscode
|