forked from CCCHH/ansible-infra
Add esphome role and playbook
This commit is contained in:
parent
75408d8926
commit
e084462ae1
9 changed files with 84 additions and 0 deletions
7
playbooks/deploy_esphome.yml
Normal file
7
playbooks/deploy_esphome.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Deploy esphome on esphome.z9
|
||||
become: true
|
||||
hosts: esphome
|
||||
roles:
|
||||
- esphome
|
||||
- nginx
|
||||
Loading…
Add table
Add a link
Reference in a new issue