|
|
@ -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.:
|
|
|
|