ansible/debian-to-pbs.yml

12 lines
440 B
YAML
Raw Normal View History

2022-04-06 12:06:01 +02:00
---
- hosts: all
become: true
tasks:
- import_tasks: tasks/debian-general/hostname.yml
- import_tasks: tasks/debian-general/resolv-conf.yml
- import_tasks: tasks/debian-general/hosts-file.yml
- import_tasks: tasks/debian-general/repositories-bullseye.yml
- import_tasks: tasks/debian-to-pbs/repositories.yml
- import_tasks: tasks/debian-general/upgrade.yml
- import_tasks: tasks/debian-to-pbs/pbs-server.yml