sudo su
mkdir ~/.ssh
echo "your_key" >> ~/.ssh/authorized_keys
setenforce 0
cd /var/aegir/devmaster-1.x/sites/HOSTNAME/modules/
git clone http://github.com/opendevshop/aegir_ansible /var/aegir/hostmaster-7.x-3.x/sites/HOSTNAME/modules
inventory
file to /etc/ansible/hosts
and make it executable (as root
, or use sudo. Note aegir
user cannot sudo.):drush @hostmaster en ansible_services aegir_ansible_inventory
*
*
= The GUI will partially provision a host... It has issues with SELinux and granting the MySQL database access from the master server.