Question: How to install Ansible Galaxy OS
0
Mic • 70 wrote:
Hello, I have few question below how to install galaxy os with help of ansible-playbook
Questions about host file
===================
* Is it the correct way to generate a key.pem file?
$ ssh-keygen -f test-user
$ openssl req -x509 -days 365 -new -key test-user -out test-user-cert.pem
* Is the ip address in host the current ip address of my ubuntu system?
* Is the ansible_ssh_user my login for ubuntu?
Questions about playbook.yml
=======================
* This folder roles/galaxyprojectdotorg.galaxy-os does not exist. Should I create it?
Running playbook
==============
$ sudo ansible-playbook $HOME/roles/galaxyprojectdotorg.galaxy-os/playbook.yml -i $HOME/hosts
Thank you in advance
Mic