- ntopng finished for Raspbian 10
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user