项目作者: blue2cat

项目描述 :
Ansible playbook for WeeWX
高级语言: Python
项目地址: git://github.com/blue2cat/weewx-ansible.git
创建时间: 2020-05-18T15:54:24Z
项目社区:https://github.com/blue2cat/weewx-ansible

开源协议:Apache License 2.0

下载


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

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

Run the Ansible Playbook

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