Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yayuniversal/argon-eon-ansible-role
Ansible role to install Argon EON integration services to a Raspberry Pi
https://github.com/yayuniversal/argon-eon-ansible-role
ansible ansible-role argon argon-eon raspberry-pi
Last synced: about 2 months ago
JSON representation
Ansible role to install Argon EON integration services to a Raspberry Pi
- Host: GitHub
- URL: https://github.com/yayuniversal/argon-eon-ansible-role
- Owner: yayuniversal
- License: mit
- Created: 2023-06-08T00:51:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T00:13:51.000Z (3 months ago)
- Last Synced: 2024-10-30T04:31:12.834Z (2 months ago)
- Topics: ansible, ansible-role, argon, argon-eon, raspberry-pi
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Argon EON Ansible Role
======================An Ansible role to install Argon EON integration services to a Raspberry Pi.
Requirements
------------None
Role Variables
--------------- `argoneon_enable_rtc_service`: boolean, default: `yes`
Whether to enable or disable Argon EON service for RTC- `argoneon_enable_fan_lcd_service`: boolean, default: `yes`
Whether to enable or disable Argon EON service for LCD and fanDependencies
------------None
Example Playbook
----------------To enable both services (default):
```yaml
- hosts: all
roles:
- argon-eon
```To disable one service:
```yaml
- hosts: all
roles:
- role: argon-eon
vars:
argoneon_enable_rtc_service: no
argoneon_enable_fan_lcd_service: yes
```License
-------MIT