Riduidel / raspberrypi-server

My ansible script to install the Raspberry FAST
GNU General Public License v2.0
0 stars 0 forks source link

raspberrypi-server

Mon script Ansible pour initialiser mon Raspberry avec tout ce qui va bien dedans.

Prérequis

Le raspberry doit avoir

Lancer avec Windows

Il faut d'abord installer Docker. Dans le dossier raspberrypi-server, lancer la commande dans PowerShell

ansible.ps1

Entrer le mot de passe maître de Keepass

mkdir /root/.ssh && ssh-keyscan -t rsa nicolas-delsaux.hd.free.fr > /root/.ssh/known_hosts
cd /ansible
ansible-playbook -i hosts bootstrap.yml --extra-vars="ansible_password=\"$RASPBIAN_PASSWORD\" qnap_password=\"$QNAP_PASSWORD\""

activer certbot

certbot --apache

Tracabilité

raspbian-bootstrap est une simplification de https://github.com/rhietala/raspberry-ansible/

raspbian_bootstrap-role is heavily based on debian_boostrap by Emilien Mantel with minor modifications to suit Raspbian.

License

GPLv2