Si vous avez un cluster kubernetes vous allez rapidement vous trouver dans cette situation de certificat expiré. Vous pouvez utiliser une CA externe ou interne pour faire le renouvellement. Nous…
Start with Terraform and proxmox
Hello everybody, we will start to learn about terraform. For this beginning tutoriel i will explain you how you can create simple machine with terraform on your proxmox. How terraform…
How to Install OS Linux over Network
Hello everybody, we will learn how we can install debian, ubuntu or other linux over network. this is call Preboot execution environment (PXE), pronounced pixie, is a set of standards…
Let’sEncrypt certificat and domaine validation
Let'sEncrypt is a very nice tool to create free certificate for your site. With Let'sEncrypt you need to use domaine validation if you want to create wilcard certificate. In our…
Terraform migrate local state to remote
Terraform is very good tool and if you use it at local you quickly see the limite of local state and you will need to go to remote but if…
Installer Proxmox avec Ansible
Nous allons voire durant tutoriel une méthode simple qui permet de déployer proxmox avec ansible en utilisant le rôle lae.proxmox disponible sur ansible galaxy mais également sur Github. Nous partons…
Configuration SSH avec Ansible
Nous partons du postulat que vous avez indiqué votre fichier inventaire dans le fichier de conf d'ansible (cf. article) Créer un utilisateur jojo avec ansible. J'install whois s'il est absent,…
Configuration d’ansible
Ansible est utilisé ici en tant que module python (cf. article) Ansible Galaxy c'est le dépôt officiel utilisé pour le partage de contenu sous ansible. Un Rôle est une arborescence…
Ansible via Python
Nous devons commencer par installer ansible. Se qu'il faut savoir c'est qu'il est possible d'installer ansible en tant que package sur la machine directement ou alors en tant que module…
Load balancing et proxy avec nginx
Nginx nous permet de faire un serveur proxy (penser à activer le module proxy ou alors tous simplement a installer le package nginx-full) Activer le proxy uniquement : server {…