summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nexus/molecule/default/converge.yml
blob: e10ea55bf0b4710c1e7357c4a7db257a04da26da (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Converge
  hosts: all
  vars:
    nexus_port: ":8081"
    nexus3_published_ports:
      - "{{ '8081' + nexus_port }}"
    nexus_url_scheme: http
    populate_nexus: true
  roles:
    - nexus