Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created February 22, 2021 16:59
Show Gist options
  • Save LinuxlinkedBD/453380aaf81bbc012eb69c1f32026b11 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/453380aaf81bbc012eb69c1f32026b11 to your computer and use it in GitHub Desktop.
Ansible, Puppet and Vagrant setup on Ubuntu
If you need complete Ansible, Puppet and Vagrant setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/L2DJY0cq2zc
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt install apt-transport-https ca-certificates curl software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo timedatectl set-timezone Asia/Dhaka
timedatectl
sudo apt install ansible
sudo apt update
sudo apt-get upgrade -y
sudo apt -f install
sudo apt autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
sudo apt-get upgrade
ansible --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment