File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This Ansible collection provides a set of roles designed for configuring Kubuntu
12
12
| [ xebis.ansible.grub] ( roles/grub/README.md ) | GRUB menu configuration. | |
13
13
| ` xebis.ansible.fail2ban ` | Fail2ban IPS | ` xebis.ansible.apt ` |
14
14
| [ xebis.ansible.nftables_firewall] ( roles/nftables_firewall/README.md ) | nftables firewall | ` xebis.ansible.apt ` |
15
+ | ` xebis.ansible.obsidian ` | Obsidian | ` xebis.ansible.snapd ` |
15
16
| ` xebis.ansible.openssh_server ` | Installs OpenSSH server and provides ` Restart ssh ` handler. | ` xebis.ansible.apt ` |
16
17
| ` xebis.ansible.snapd ` | Snap daemon | ` xebis.ansible.apt ` |
17
18
| [ xebis.ansible.system] ( roles/system/README.md ) | System-related tasks such as reboot handler or reboot when required handler. | |
Original file line number Diff line number Diff line change
1
+ ---
2
+ dependencies :
3
+ - role : xebis.ansible.snapd # Expects installed snapd
Original file line number Diff line number Diff line change
1
+ ---
2
+ - name : Install Obsidian
3
+ become : true
4
+ community.general.snap :
5
+ name : obsidian
6
+ classic : true
7
+ state : present
Original file line number Diff line number Diff line change 29
29
admin : true
30
30
ssh_keys_urls :
31
31
- https://github.com/bruzina.keys
32
+ - role : xebis.ansible.obsidian
You can’t perform that action at this time.
0 commit comments