Add BLE-Keykeeper to platon
This commit is contained in:
parent
62b44867d7
commit
53b7815d27
4 changed files with 17 additions and 0 deletions
|
@ -78,3 +78,6 @@ all:
|
|||
34613761363237633865306332653631323366343232353666343165666664343838
|
||||
unicorn.n39.eu:
|
||||
server_admin: "admin+unicorn@netz39.de"
|
||||
platon.n39.eu:
|
||||
server_admin: "admin+platon@netz39.de"
|
||||
ansible_ssh_user: pi
|
3
main.yml
3
main.yml
|
@ -42,3 +42,6 @@
|
|||
|
||||
- name: Specific setup for host unicorn
|
||||
import_playbook: unicorn.yml
|
||||
|
||||
- name: Platon specific setup
|
||||
import_playbook: platon.yml
|
9
platon.yml
Normal file
9
platon.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- hosts: platon.n39.eu
|
||||
become: true
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
door_open_command: '/home/pi/netz39_rollladensteuerung/raspberry/doorcontrol/door-open.sh'
|
||||
ble_keykeeper_dir: '/home/pi/netz39_ble_keykeeper'
|
||||
roles:
|
||||
- role: ble-keykeeper-role
|
|
@ -5,3 +5,5 @@
|
|||
version: 3.0.0
|
||||
- src: git+https://github.com/24367dfa/ansible-role-dehydrated.git
|
||||
version: 1.0.2
|
||||
- src: git+https://github.com/maz3max/ble-keykeeper-role.git
|
||||
version: v1.0.0
|
Loading…
Reference in a new issue