ansible/debian-to-pbs.yml

12 lines
440 B
YAML

---
- 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