20 lines
348 B
YAML
20 lines
348 B
YAML
---
|
|
- hosts: pearl
|
|
gather_facts: false
|
|
become: true
|
|
roles:
|
|
- 'any.common.python'
|
|
- 'any.common.ssh'
|
|
tags: first
|
|
|
|
- hosts: pearl
|
|
become: true
|
|
roles:
|
|
- 'any.common.debian-repositories'
|
|
- 'any.common.debian-user'
|
|
- 'any.tools.default'
|
|
- 'any.tools.ufw'
|
|
- 'any.tools.restic'
|
|
- 'any.tools.caddy'
|
|
tags: base
|