update
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
- name: install fonts
|
||||
include_tasks: "./scripts/install_fonts.yml"
|
||||
|
||||
- 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: set gnome config
|
||||
become_user: user
|
||||
dconf:
|
||||
|
||||
@@ -11,6 +11,7 @@ required_packages_brew:
|
||||
- terraform
|
||||
- kubernetes-cli
|
||||
- zsh-autosuggestions
|
||||
- bitwarden-cli
|
||||
|
||||
apt_keys:
|
||||
- https://packages.microsoft.com/keys/microsoft.asc
|
||||
|
||||
Reference in New Issue
Block a user