The following steps must be conducted on a computer which will remotely install the PiRogue customization on your fresh Kali GNU/Linux install.
To install ansible, please follow the Ansible documentation guide.
Edit the file inventory.ini
and correct the IP address specified just after ansible_host=
. It should look like:
pirogue_1 ansible_host=192.168.1.123 ansible_ssh_user=root
Simply run the following command:
ansible-playbook -i inventory.ini --ask-pass pirogue.yml
It will ask you an SSH password, use toor
if you do not have changed your password on your PiRogue, otherwise, use your new password.