Ansible playbook for WeeWX
weewx-ansible
is a Ansible playbook for automatically installing WeeWx on Linux. Take a look the Travis CI page to see all tested versions.
> 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
> ansible-playbook -i hosts weewx.yml --user=<someuser>