CATEGORY

Ansible Tutorial

How to use Ansible managed nodes without Python

How to use ansible without installing python3 on managed nodes. Can we use ansible without python? How to use raw module in Ansible?

By admin · 2 min read · Ansible Tutorial

Pre-requisites to setup Ansible

To configure ansible we need certain pre-requisites. For example control node cannot be a windows node, We need SSH access on the managed node and python3 must …

By admin · 3 min read · Ansible Tutorial