enable automated setup of physical infrastructure
[integration/packaging/ansible-opendaylight.git] / roles / infra / tasks / main.yml
1 ---
2 - include: copy_apparmor_profile.yml
3 - include: create_bridges.yml
4 - include: install_packages.yml
5 - include: setup_docker_daemon.yml
6
7 # vim: set et ts=2 sw=2 ai ft=yaml :
8