Saltstack Official Home Assistant Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

map.jinja 331B

8 yıl önce
8 yıl önce
8 yıl önce
8 yıl önce
8 yıl önce
123456789101112
  1. {%- set source_engine = salt['pillar.get']('home_assistant:server:source:engine') %}
  2. {%- load_yaml as base_defaults %}
  3. Debian:
  4. pkgs:
  5. - python3-dev
  6. - python3-pip
  7. dir:
  8. base: /srv/home_assistant
  9. {%- endload %}
  10. {%- set server = salt['grains.filter_by'](base_defaults, merge=salt['pillar.get']('home_assistant:server')) %}