User Tools

Site Tools


install_ansible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

install_ansible [2025/07/26 17:09] – - Imported by DokuWiki Advanced Plugin wikiadminstall_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:  https://help.ubuntu.com 
- * Management:     https://landscape.canonical.com 
- * Support:        https://ubuntu.com/advantage 
- 
-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 'unminimize' command. 
-Last login: Fri Sep  2 21:44:29 2022 from 192.168.122.1 
-vagrant@ansible-server:~$ 
-</file> 
- 
-<file bash> 
-$ sudo apt update 
-$ sudo apt install software-properties-common 
-$ sudo add-apt-repository --yes --update ppa:ansible/ansible 
-$ sudo apt install ansible -y 
-</file> 
- 
-<file bash> 
-$ ansible --version 
-ansible [core 2.13.4] 
-  config file = /etc/ansible/ansible.cfg 
-  configured module search path = ['/home/vagrant/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] 
-  ansible python module location = /usr/lib/python3/dist-packages/ansible 
-  ansible collection location = /home/vagrant/.ansible/collections:/usr/share/ansible/collections 
-  executable location = /usr/bin/ansible 
-  python version = 3.10.4 (main, Jun 29 2022, 12:14:53) [GCC 11.2.0] 
-  jinja version = 3.0.3 
-  libyaml = True 
-</file> 
install_ansible.1753560543.txt.gz · Last modified: by wikiadm