self-hosting/scripts/cloud-init-ansble-controller.sh

7 lines
154 B
Bash
Raw Normal View History

2018-07-22 23:10:38 +02:00
#!/bin/bash
apt-get update
apt-get install software-properties-common
apt-add-repository ppa:ansible/ansible -y
apt-get update
apt-get install ansible -y