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
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env -S ansible-playbook --ask-pass --ask-become-pass
- name: Kubuntu Ansible
hosts: htpc
become: true
roles:
- role: firefox
tags: firefox
- role: network_shares
tags: network_shares
- role: nosnap
tags: nosnap
tasks:
- name: Install VLC
ansible.builtin.apt:
name: vlc
update_cache: true
cache_valid_time: 3600