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 |
How would you install ansible on a centos system?
How do I write an ansible handler with multiple tasks?
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?
How do I generate crypted passwords for the user module?
How do I access shell environment variables?
How can you handle different machines needing different user accounts or ports to log in with?
What are the different components of ansible? Explain ansible architecture.
Where does the configuration file live and what can I configure in it?
What is the best way to make content reusable/redistributable?
What are ansible vaults and why are they used?
Can you copy files recursively onto a target host? If yes, how?
How do I copy files recursively onto a target host?