start to add kodi ansible

This commit is contained in:
2024-04-20 22:24:20 +12:00
parent 43dbb951fe
commit d0c1bb8717
5 changed files with 33 additions and 2 deletions

View File

@ -0,0 +1,10 @@
- name: Install certbot package (Archlinux)
when: ansible_facts['os_family'] == "Archlinux"
community.general.pacman:
name:
- certbot
- certbot-dns-rfc2136
state: present
update_cache: true
- name: Add certbot config