Ansible via Python – ATOMIT
https://www.atomit.fr/2021/10/ansible-via-python26.10.2021 · Pour installer ansible en tant que module python nous allons utiliser virtual env sur python3. root@serv:/root# apt install python3.9 python3.9-venv root@serv:/root# python3.9 -m venv ansible ensuite on vas sourcer le fichier d'activation de l'environment. root@serv:/root# cd ansible root@serv:/root# . ./bin/activate (ansible) root@serv:/root ...