em
/
gjk-ansible-fedora
Archived
1
0
Fork 0

Update readme

master
Emil Miler 2 years ago
parent c0f18e93ab
commit 390bf0738f

@ -1,10 +1,10 @@
These are all files for machine management at GJK via Ansible. These are all files for machine management at GJK via Ansible.
Push your SSH keys to all machines to the `administrator` user. Here is a sample playbook execution. Push your SSH keys to all machines to the `root` user. Here is a sample playbook execution.
``` ```
ansible-playbook all setup.yaml ansible-playbook setup.yaml
ansible-playbook all --key-file ~/.ssh/keys/gjk-ansible setup.yaml ansible-playbook --key-file ~/.ssh/keys/gjk-ansible setup.yaml
``` ```
You shoud laso setup your ssh, eg.: You shoud laso setup your ssh, eg.: