Skip to content

Commit

Permalink
created new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinth committed Jul 15, 2024
1 parent b1b69e8 commit 5205355
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/configure_zsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Configure zsh
hosts: dinth-mint
hosts: all
vars:
zsh_theme: agnoster
zsh_plugins: "1password"
Expand Down
7 changes: 7 additions & 0 deletions roles/install_certs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Install SSH certificates
hosts: all
vars:
users:
- dinth
- root
tasks:
4 changes: 4 additions & 0 deletions roles/install_edr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Install Wazah
hosts: all
tasks:

0 comments on commit 5205355

Please # to comment.