edx_ansible.yml 169 Bytes
Newer Older
1
- name: Deploy the edx_ansible role
John Jarvis committed
2 3
  hosts: all
  sudo: True
4
  gather_facts: True
5 6 7
  vars:
    serial_count: 1
  serial: "{{ serial_count }}"
John Jarvis committed
8
  roles:
John Jarvis committed
9
    - edx_ansible