Merge nbp installation into opensds ansible script
[stor4nfv.git] / ci / ansible / install_ansible.sh
1 #!/bin/bash\r
2 \r
3 sudo add-apt-repository ppa:ansible/ansible # This step is needed to upgrade ansible to version 2.4.2 which is required for the ceph backend.\r
4 \r
5 sudo apt-get update\r
6 sudo apt-get install -y ansible\r
7 sleep 3\r
8 \r
9 ansible --version # Ansible version 2.4.2 or higher is required for ceph; 2.0.0.2 or higher is needed for other backends.\r