2018-11-29 21:51:39 +00:00
|
|
|
---
|
|
|
|
- hosts: server
|
2019-04-14 09:46:12 +00:00
|
|
|
tasks:
|
|
|
|
- name: install terminfo
|
|
|
|
pacman:
|
|
|
|
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
|
|
|
name:
|
|
|
|
- termite-terminfo # not required. Name or list of names of the packages to install, upgrade, or remove.
|
|
|
|
become: yes
|
|
|
|
|
2018-11-29 21:51:39 +00:00
|
|
|
roles:
|
2019-04-23 16:34:18 +00:00
|
|
|
- user_config
|
2018-11-29 21:51:39 +00:00
|
|
|
- ssmtp
|
2019-04-14 09:46:12 +00:00
|
|
|
- cronie
|
|
|
|
- rsyncd
|
|
|
|
- gandi-dyn-dns
|
|
|
|
- fail2ban
|
2019-04-16 15:54:22 +00:00
|
|
|
- {role: dns , become: yes }
|
2019-09-15 17:30:01 +00:00
|
|
|
- {role: nginx, become: yes }
|
|
|
|
- {role: ansible-role-certbot, become: yes} ##need to have a external connection on 80
|
2019-04-15 11:38:47 +00:00
|
|
|
- {role: mariadb, become: yes }
|
2019-10-11 16:57:11 +00:00
|
|
|
- {role: radicale , become: yes }
|
2019-10-06 18:15:52 +00:00
|
|
|
- cloud-commander
|
2019-04-14 14:49:30 +00:00
|
|
|
- php
|
2018-11-29 21:51:39 +00:00
|
|
|
- tt-rss
|
|
|
|
- gitea
|
2019-04-27 16:06:20 +00:00
|
|
|
- chainetv
|
2019-08-18 15:34:44 +00:00
|
|
|
- supysonic
|
2019-04-14 09:46:12 +00:00
|
|
|
|