Skip to content
Snippets Groups Projects
Makefile 245 B
Newer Older
#Commands for ssh-keygen, ssh-copy-id und ansible. TODO?: Ansible skript fürs updaten der pis?

ansible:
	ansible-playbook -i ansible.hosts ansible-setup.yaml -f 10

ansible-update:
	ansible-playbook -i ansible.hosts ansible-update.yaml -f 10