What are ansible server requirements?
Answer / Abhijit Burma
Ansible requires the following server setup:n1. Python 2.6, 2.7, or 3.4+ installed.n2. PyYAML (Python library) must be installed.n3. Jinja2 (template engine) is needed if you plan to use templates.n4. If using SSH password authentication, OpenSSH must be installed and configured to accept connections without a password from the Ansible control node.
| Is This Answer Correct ? | 0 Yes | 0 No |
Desired to gain proficiency on ansible?
How can you access a list of ansible_variables?
Does ansible support hardware provisioning?
Is it possible to build our modules in ansible?
What are the variables in ansible?
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
How would you access a variable of the first host in a group?
How do I disable cowsay?
What is the way to access shell environment variables in ansible?
How do I handle python pathing not having a python 2.x in /usr/bin/python on a remote machine?
What is the use of ansible vaults?
Is it unsafe to bulk-set task arguments from a variable?