it:ansible:setup
Различия
Показаны различия между двумя версиями страницы.
it:ansible:setup [2022/04/04 12:41] – создано ura2404 | it:ansible:setup [2022/04/06 05:35] (текущий) – ura2404 | ||
---|---|---|---|
Строка 5: | Строка 5: | ||
$ sudo apt install python3 python3-pip | $ sudo apt install python3 python3-pip | ||
$ sudo update-alternatives --install / | $ sudo update-alternatives --install / | ||
- | $ pip3 install ansible | + | $ pip3 install ansible |
+ | $ virtualenv --version | ||
+ | $ virtualenv -p python3 .ansible | ||
+ | $ source .ansible/ | ||
$ ansible --version | $ ansible --version | ||
+ | </ | ||
+ | |||
+ | деактивация окружения | ||
+ | <code bash> | ||
+ | deactivate | ||
</ | </ | ||
it/ansible/setup.1649076071.txt.gz · Последнее изменение: 2022/04/04 12:41 — ura2404