This commit is contained in:
user
2023-07-15 19:39:13 -05:00
parent 8ec6063d6f
commit 9c2035e09c
19 changed files with 196 additions and 227 deletions

View File

@@ -6,5 +6,17 @@
- "vars/{{ ansible_os_family }}.yml"
- "vars/defaults.yml"
- name:
- name: "OS dependant"
include_tasks: "{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
- name: "Install fonts"
include_tasks: "../scripts/install_fonts.yml"
- name: "Install nvim"
include_tasks: "../scripts/install_nvim.yml"
- name: "Install Go"
include_tasks: "../scripts/install_go.yml"
- name: Configure Gitlab SSH Key
ansible.builtin.command: pwsh -f ./scripts/configure-ssh.ps1 '{{ lookup('ansible.builtin.env', 'GITLAB_TOKEN') }}'