Compare commits
No commits in common. "cb4abe5722ffbc144601758aeaad8da472b3ed02" and "5b83607fe0e84be351df87f98b465d440e9acea9" have entirely different histories.
cb4abe5722
...
5b83607fe0
@ -1,9 +0,0 @@
|
|||||||
ansible_connection: ssh
|
|
||||||
ansible_host: kodi00.balsillie.house
|
|
||||||
ansible_fqdn: kodi00.balsillie.house
|
|
||||||
ansible_remote_addr: 10.192.210.169
|
|
||||||
ansible_port: 22
|
|
||||||
ansible_user: ladmin
|
|
||||||
ansible_become_user: root
|
|
||||||
ansible_become_method: sudo
|
|
||||||
static_fqdn: kodi00.balsillie.house
|
|
@ -52,7 +52,6 @@ all:
|
|||||||
hosts:
|
hosts:
|
||||||
lat5420.balsillie.house:
|
lat5420.balsillie.house:
|
||||||
sff.balsillie.house:
|
sff.balsillie.house:
|
||||||
kodi00.balsillie.house:
|
|
||||||
windows:
|
windows:
|
||||||
hosts:
|
hosts:
|
||||||
lat7490.balsillie.house:
|
lat7490.balsillie.house:
|
||||||
@ -65,7 +64,3 @@ all:
|
|||||||
hosts:
|
hosts:
|
||||||
sff.balsillie.house:
|
sff.balsillie.house:
|
||||||
mp00.balsillie.house:
|
mp00.balsillie.house:
|
||||||
kodi00.balsillie.house:
|
|
||||||
kodi:
|
|
||||||
hosts:
|
|
||||||
kodi00.balsillie.house:
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
- name: Install media services
|
|
||||||
hosts:
|
|
||||||
- kodi00.balsillie.house
|
|
||||||
gather_facts: true
|
|
||||||
become: true
|
|
||||||
roles:
|
|
||||||
- name: kodi
|
|
@ -1,10 +0,0 @@
|
|||||||
- 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
|
|
Loading…
Reference in New Issue
Block a user