initial commit
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
2026-04-30 22:22:14 -04:00
commit e8f348bc36
15 changed files with 214 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env -S ansible-playbook --ask-become-pass
- name: Kubuntu Ansible
hosts: local
become_exe: "{{ 'sudo.ws' if ansible_facts.packages['sudo-rs'] is defined else 'sudo' }}"
become: true
roles:
- role: firefox
tags: firefox
- role: network_shares
tags: network_shares
- role: nosnap
tags: nosnap
- role: vscodium
tags: vscodium