Add example playbooks
[integration/packaging/ansible-opendaylight.git] / examples / rpm_path_install_playbook.yml
1 ---
2 - hosts: all
3   become: yes
4   roles:
5     - role: opendaylight
6       # Install from a local/remote path to an ODL RPM. Not including this
7       # causes the install to use a repo for the RPM, which is recommended.
8       install_method: "rpm_path"
9       # Accept default (local/remote) path to ODL RPM
10       # rpm_path: ""