credentials.yml 242 Bytes
Newer Older
1 2
- name: Deploy Credentials
  hosts: all
3
  become: True
4 5 6 7 8 9
  gather_facts: True
  vars:
    serial_count: 1
  serial: "{{ serial_count }}"
  roles:
    - nginx
zubair-arbi committed
10
    - docker
11 12
    - role: credentials
      nginx_default_sites:
13
        - credentials