Skip to content

chubchubsancho/ansible-domoticz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-domoticz

Build Status License

  1. Overview
  2. Description
  3. Setup
  4. Usage
  5. Limitations
  6. Development
  7. Miscellaneous

Overview

Description

This role install all prerequisites to Domoticz installation and finaly deploy it on system. You ca as well install stable release, beta release and copile Domoticz from source.

Role is under development so feature will be add as they have been developped.

Setup

Copy this role in your roles folder without ansible- in the name.

Usage

  • install domoticz stable release
---
# The user which the Domoticz daemon run as
domoticz_user: "domoticz"

# The group which the Domoticz daemon run as
domoticz_group: "domoticz"

# The directory where the downloaded files will be placed
domoticz_download_dir: "/home/domoticz"

# The name of the untarred Domoticz directory
domoticz_install_dir: "domoticz"

# The domoticz port
domoticz_port: 8080

# Use SSL for domoticz
domoticz_https: false
domoticz_https_port: 8081

# install Domoticz beta
domoticz_beta: false

# compile domoticz from source
domoticz_source: false

Limitations

Development

Miscellaneous

About

Ansible role to install domoticz

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published