edx_ansible.yml 176 Bytes
- name: Install edx_ansible
  hosts: all
  become: True
  gather_facts: True
  vars:
    serial_count: 1
  serial: "{{ serial_count }}"
  roles:
    - common
    - edx_ansible