- ntopng finished for Raspbian 10

This commit is contained in:
mpelle426
2019-07-24 15:15:26 +01:00
parent 5466f65dd2
commit 3ef23484d8
3 changed files with 36 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ invoke-rc.d ssh start
ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -q -N ""
#
#
PUBKEY="'$(<~.ssh/id_rsa.pub)'" && ansible-playbook -i hosts deploy_authorized_keys.xml --ask-pass --extra-vars="pubkey=$PUBKEY"
PUBKEY="'$(<~/.ssh/id_rsa.pub)'" && ansible-playbook -i hosts deploy_authorized_keys.yml --ask-pass --extra-vars="pubkey=$PUBKEY"
ansible-playbook -i hosts main.yaml --ask-become-pass
ansible-playbook -i hosts reboot.yaml
reboot