ansible, debian,

Install Ansible on Debian 12

Jul 11, 2023 · 1 min read · Post a comment

Installing Ansible on the newly released Debian 12 is fairly easy. Let’s take a look.

Prerequisites

  • Debian 12
  • sudo privileges

Install Ansible on Debian 12

Step 1. Update the packages.

sudo apt update

Step 2. Install Ansible.

sudo apt install ansible

Step 3. Verify the installation.

ansible --version

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.