homeassistant vm
This commit is contained in:
parent
92a051ad78
commit
51662e1dc3
3 changed files with 17 additions and 1 deletions
12
group_vars/homeassistant.yaml
Normal file
12
group_vars/homeassistant.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
acme_bootstrap_certs: yes
|
||||||
|
acme_san_domains:
|
||||||
|
- [ homeassistant.bitlair.nl ]
|
||||||
|
|
||||||
|
group_nft_input:
|
||||||
|
- "# Allow web-traffic from world"
|
||||||
|
- "tcp dport { http, https } accept"
|
||||||
|
- "# mqtt from world"
|
||||||
|
- "tcp dport { 1883 } accept"
|
||||||
|
|
||||||
|
nginx_sites:
|
||||||
|
- server_name: "homeassistant.bitlair.nl"
|
|
@ -43,6 +43,9 @@ wiki.bitlair.nl
|
||||||
[shell]
|
[shell]
|
||||||
shell.bitlair.nl
|
shell.bitlair.nl
|
||||||
|
|
||||||
|
[homeassistant]
|
||||||
|
homeassistant.bitlair.nl
|
||||||
|
|
||||||
[debian:children]
|
[debian:children]
|
||||||
bank
|
bank
|
||||||
fotos
|
fotos
|
||||||
|
@ -56,3 +59,4 @@ music
|
||||||
services
|
services
|
||||||
wiki
|
wiki
|
||||||
shell
|
shell
|
||||||
|
homeassistant
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/default/grub
|
path: /etc/default/grub
|
||||||
regexp: ^GRUB_CMDLINE_LINUX_DEFAULT
|
regexp: ^GRUB_CMDLINE_LINUX_DEFAULT
|
||||||
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet console=ttyS0,115200n1 console=tty0"'
|
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet net.ifnames=0 console=ttyS0,115200n1 console=tty0"'
|
||||||
notify:
|
notify:
|
||||||
- Update grub
|
- Update grub
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Reference in a new issue