- Install Ansible.
- Run
ansible-galaxy install -r roles/requirements.ym
to install playbooks. - Edit
hosts
file.
This is included in following playbooks. This playbook install common software:
- unzip
- curl
- wget
- Node
- Docker
- pip
ansible-playbook init.yml -extra-vars "hostlist=your.ip.or.group.name"
This playbook runs UnblockNeteaseMusic service. It will apply to netease
group. The service is started by pm2 and run on 40404
port.
This playbook runs Awesome TTRSS. Its default address is https://yourhostaddress:181
and default credentials are admin
and password