[SKIP CI] update readme
This commit is contained in:
parent
fe9b1edca5
commit
114b39e92e
22
README.md
22
README.md
@ -26,8 +26,6 @@ Role to setup homeassistant with Python venv
|
||||
* [homeassistant_tls_key_path](#homeassistant_tls_key_path)
|
||||
* [homeassistant_tls_cert_source](#homeassistant_tls_cert_source)
|
||||
* [homeassistant_tls_key_source](#homeassistant_tls_key_source)
|
||||
* [homeassistant_iptables_enabled](#homeassistant_iptables_enabled)
|
||||
* [homeassistant_open_ports](#homeassistant_open_ports)
|
||||
* [homeassistant_cmdline_override_enabled](#homeassistant_cmdline_override_enabled)
|
||||
* [homeassistant_cmdline_content](#homeassistant_cmdline_content)
|
||||
* [homeassistant_exclude_modemmanager](#homeassistant_exclude_modemmanager)
|
||||
@ -187,26 +185,6 @@ homeassistant_tls_cert_source: mycert.pem
|
||||
homeassistant_tls_key_source: mykey.pem
|
||||
```
|
||||
|
||||
### homeassistant_iptables_enabled
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
homeassistant_iptables_enabled: false
|
||||
```
|
||||
|
||||
### homeassistant_open_ports
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
homeassistant_open_ports:
|
||||
- name: allow_homeassistant_web
|
||||
rules: "-A INPUT -m state --state NEW -p tcp --dport {{ homeassistant_http_bind_port\
|
||||
\ }} -j ACCEPT\n"
|
||||
state: present
|
||||
```
|
||||
|
||||
### homeassistant_cmdline_override_enabled
|
||||
|
||||
Override `/boot/cmdline.txt` with given conten. This can be necessary if you use searial hardware, but be careful! Wrong configuration may leave your system unusable!
|
||||
|
Loading…
Reference in New Issue
Block a user