21 lines
749 B
Markdown
21 lines
749 B
Markdown
|
# Lab1.5 App
|
||
|
Python, Qt app to manage computers in the Laboratory of Autonomous Robots.
|
||
|
Is shows status and basic informations of computers.
|
||
|
|
||
|
# After Cloning
|
||
|
After cloning image from `/var/iso/StationIMG/2021-09-29-15-img-lab15-9_CompleteUbuntu20.04` use
|
||
|
`ansible-playbook playbooks/after_cloning.yaml --extra-vars "variable_host=lab15-x" -K `
|
||
|
|
||
|
# Dependencies
|
||
|
- ansible
|
||
|
|
||
|
To install it use: `ansible-galaxy collection install community.general`
|
||
|
|
||
|
|
||
|
# use
|
||
|
>`ansible-playbook playbooks/playbook.yaml --extra-vars "variable_host=all" -K `
|
||
|
|
||
|
# Autorized keys
|
||
|
To auto login into computer put your public key into `authorized_pub_sshkeys` an type:
|
||
|
|
||
|
>`ansible-playbook playbooks/send_authorized_sshkeys.yaml --extra-vars "variable_host=<computer-name>" -K -k`
|