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