Add initial config to support deployments on VMs
[kuberef.git] / playbooks / configure-vms.yaml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2020 Samsung Electronics
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 - name: Install requirements on nodes
12   hosts: baremetal
13   gather_facts: true
14   roles:
15     - role: configure-vms
16
17 # vim: set ts=2 sw=2 expandtab: