update arch
This commit is contained in:
parent
c49181befc
commit
75825901b3
37 changed files with 460 additions and 86 deletions
|
|
@ -4,9 +4,9 @@
|
|||
- name: generate ssh keys
|
||||
include_tasks: "./scripts/configure_ssh.yml"
|
||||
|
||||
- name: Configure Gitlab SSH
|
||||
become_user: user
|
||||
ansible.builtin.command: pwsh -f ./scripts/configure_gitlab.ps1 "{{ GITLAB_TOKEN }}"
|
||||
#- name: Configure Gitlab SSH
|
||||
# become_user: user
|
||||
# ansible.builtin.command: pwsh -f ./scripts/configure_gitlab.ps1 "{{ GITLAB_TOKEN }}"
|
||||
|
||||
- user:
|
||||
name: "user"
|
||||
|
|
|
|||
3
ansible/roles/customize/vars/Archlinux.yml
Normal file
3
ansible/roles/customize/vars/Archlinux.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fonts:
|
||||
- {name: 'GoMonoNerd', url: "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Go-Mono.zip"}
|
||||
- {name: 'FiraCodeNerd', url: "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraCode.zip"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue