self-hosting/scripts/cloud-init-ansble-controller.sh
2018-07-22 23:10:38 +02:00

6 lines
154 B
Bash

#!/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