Add example playbooks for all testing/rel repos
[integration/packaging/ansible-opendaylight.git] / examples / odl_6_testing_playbook.yml
1 ---
2 - hosts: all
3   become: yes
4   roles:
5     - role: opendaylight
6       # Install the latest ODL Carbon RPM from the CBS repos
7       rpm_repo_file: "opendaylight-6-testing.repo"
8       rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-6-testing.repo"