Go to file
vincent 2ec08d52b9
Some checks failed
continuous-integration/drone/push Build is failing
update .gitignore
2021-08-19 14:31:43 +02:00
defaults corect database issue 2020-09-21 20:31:05 +02:00
handlers modify role hass to work with venv 2020-03-01 16:18:48 +01:00
meta remove hass dependance for maria db 2020-09-08 21:07:00 +02:00
tasks correct issue when no user in hass role 2020-12-14 20:25:35 +01:00
templates coorect template for postgress 2020-11-07 15:52:24 +01:00
vars add hass role 2020-01-29 21:56:37 +01:00
.drone.yml add task role path to ansible-lint 2021-04-22 11:02:43 +02:00
.gitignore update .gitignore 2021-08-19 14:31:43 +02:00
.markdownlint.yaml add .markdownlint.yaml 2021-04-22 10:54:07 +02:00
.yamllint add .yammlint 2021-04-22 09:30:09 +02:00
README.md add hass role 2020-01-29 21:56:37 +01:00

Role Name

Home assistant Instalation role

Requirements

  • compatible with ArchlinuX

Role Variables

A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.

Dependencies

  • maraiadb

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

Author Information

VDU