aboutsummaryrefslogtreecommitdiffstats
path: root/tools/md-testvnf/scripts/ansible.sh
blob: 770e248312f6424e55fd63ff792be5543cc824b3 (plain)
1
2
3
4
5
6
7
#!/bin/bash -eux
yum -y update
# Install EPEL repository.
yum -y install epel-release

# Install Ansible.
yum -y install ansible