blue2cat / weewx-ansible

Ansible playbook for WeeWX

Home Page:https://galaxy.ansible.com/blue2cat/weewx_ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible for Weewx

Build Status

About

weewx-ansible is a Ansible playbook for automatically installing WeeWx on Linux. Take a look the Travis CI page to see all tested versions.

Usage

Create a Hosts File for Ansible Automation

> sudo nano hosts.txt
#hosts.txt
[weewx]
192.168.1.115 ansible_user=<user> ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_become=yes

Run the Ansible Playbook

> ansible-playbook -i hosts weewx.yml --user=<someuser>

About

Ansible playbook for WeeWX

https://galaxy.ansible.com/blue2cat/weewx_ansible

License:Apache License 2.0


Languages

Language:Python 100.0%