install_ansible
Differences
This shows you the differences between two versions of the page.
| install_ansible [2025/07/26 17:09] – - Imported by DokuWiki Advanced Plugin wikiadm | install_ansible [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Instalação Ansible ====== | ||
| - | <file bash> | ||
| - | $ vagrant ssh ansible-server | ||
| - | Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-47-generic x86_64) | ||
| - | * Documentation: | ||
| - | * Management: | ||
| - | * Support: | ||
| - | |||
| - | This system has been minimized by removing packages and content that are | ||
| - | not required on a system that users do not log into. | ||
| - | |||
| - | To restore this content, you can run the ' | ||
| - | Last login: Fri Sep 2 21:44:29 2022 from 192.168.122.1 | ||
| - | vagrant@ansible-server: | ||
| - | </ | ||
| - | |||
| - | <file bash> | ||
| - | $ sudo apt update | ||
| - | $ sudo apt install software-properties-common | ||
| - | $ sudo add-apt-repository --yes --update ppa: | ||
| - | $ sudo apt install ansible -y | ||
| - | </ | ||
| - | |||
| - | <file bash> | ||
| - | $ ansible --version | ||
| - | ansible [core 2.13.4] | ||
| - | config file = / | ||
| - | configured module search path = ['/ | ||
| - | ansible python module location = / | ||
| - | ansible collection location = / | ||
| - | executable location = / | ||
| - | python version = 3.10.4 (main, Jun 29 2022, 12:14:53) [GCC 11.2.0] | ||
| - | jinja version = 3.0.3 | ||
| - | libyaml = True | ||
| - | </ | ||
install_ansible.1753560543.txt.gz · Last modified: by wikiadm
