summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-infrastructure/molecule/default/cleanup.yml
blob: 74f38c5145cf77bf97a2817cc6ca7d15cc94dee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Cleanup
  hosts: infrastructure
  ignore_unreachable: true
  vars_files:
    - ../../../../roles/nexus/defaults/main.yml
  roles:
    - cleanup-nginx
    - cleanup-nexus
    - cleanup-dns
    - cleanup-vncserver