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