bar: Fix playbook host

This commit is contained in:
polyfloyd 2024-02-04 18:26:48 +01:00
parent 3791223643
commit 1e9334ecfb
3 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,5 @@
---
- hosts: bar
- hosts: bank-pi.bitlair.nl
vars:
raspi_rotate_display: "2"
roles:

View file

@ -0,0 +1,12 @@
---
- name: Install dependencies
apt:
name: [ links, python3-pyquery ]
state: present
- name: Clone revbank-inflatinator source
git:
repo: https://github.com/bitlair/revbank-inflatinator.git
version: main
dest: /opt/revbank-inflatinator
accept_hostkey: yes

View file

@ -4,3 +4,6 @@
- tags: [ bank, bank_revbank ]
import_tasks: revbank.yaml
- tags: [ bank, bank_inflatinator ]
import_tasks: inflatinator.yaml