my-ansible/playbooks/playbook.cave.yml

53 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2021-02-23 19:12:00 +01:00
---
- hosts: all
remote_user: root
roles:
- role: jnv.unattended-upgrades
unattended_remove_unused_dependencies: true
2021-03-01 19:54:53 +01:00
- role: ansible-base
- role: ansible-cockpit
tag: srv, web
2021-02-23 19:12:00 +01:00
- hosts: minos.cave
roles:
2021-03-01 19:54:53 +01:00
- role: ansible-zsh-chic
tag: shell
- role: ansible-gateway
tag: srv, web
- role: ansible-sendmail
tag: aux
2021-02-23 19:12:00 +01:00
vars:
zsh_chic:
users: "{{ default_user }}"
- hosts: srv.cave
roles:
2021-04-11 18:10:26 +02:00
- role: ansible-selfoss
tag: web, srv
- role: ansible-torrent-server
tag: srv, torrent
2021-03-01 19:54:53 +01:00
- role: ansible-zsh-chic
2021-02-23 19:12:00 +01:00
tag: shell
2021-03-01 19:54:53 +01:00
- role: geerlingguy.mysql
tag: srv, aux
- role: ansible-sendmail
tag: aux
- role: ansible-syncthing
tag: srv
- role: ansible-bibliogram
tag: web, srv
2021-02-23 19:12:00 +01:00
vars:
zsh_chic:
users: "{{ default_user }}"
- hosts: mercury.cave
roles:
2021-03-01 19:54:53 +01:00
- role: ansible-zsh-chic
tag: shell
- role: ansible-role-docker
tag: srv, aux
- role: ansible_drone
tag: srv
- role: ansible-sendmail
tag: aux
2021-02-23 19:12:00 +01:00
vars:
zsh_chic:
users: "{{ default_user }}"