Add example playbooks
[integration/packaging/ansible-opendaylight.git] / examples / deb_repo_install_playbook.yml
1 ---
2 - hosts: all
3   become: yes
4   roles:
5     - role: opendaylight
6       # Install ODL from a Debian repo. Not including this
7       # causes the install to use a repo for the RPM.
8       install_method: "deb_repo"