insights.yml 167 Bytes
Newer Older
Edward Zarecor committed
1 2 3 4 5 6 7 8 9 10
- name: Deploy Insights
  hosts: all
  sudo: True
  gather_facts: True
  vars:
    serial_count: 1
  serial: "{{ serial_count }}"
  roles:
    - docker
    - insights