Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ansible:start [2020/11/19 09:47] jsansible:start [2024/06/12 05:06] (current) – [Ansible] js
Line 2: Line 2:
 {{ :ansible:ansible.png?direct |}} {{ :ansible:ansible.png?direct |}}
  
 +//Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems.
 +//
  
-=== Tips & Tricks ===+  * Homepage: [[https://www.ansible.com]] 
 +  * Documentation: [[https://docs.ansible.com/ansible/latest/index.html]] 
 +  * Github: [[https://github.com/ansible/ansible]] 
 + 
 +  * [[ansible:awx|AWX - the upstream opensource project for RedHat Ansible Tower 
 +]] 
 +==== Tips & Tricks ===
 + 
 +  * [[ansible:tips:password_cli|use ansible ad-hoc with password]] - how to use the password on the command line 
 +  * [[ansible:tips:co7wrongInterpreter|CentOS 7 use wrong python interpreter]] - if you use package, you need python2 on CentOS 7 not python3 
 + 
 +==== Errors ==== 
 + 
 +  * [[ansible:error:libselinux-python|Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!]] 
 +  * [[ansible:error:timeout_priv|Error: Timeout (12s) waiting for privilege escalation prompt]]
  
-  * [[ansible:error:timeout_priv|ansible:error:timeout_priv]] - Error: Timeout (12s) waiting for privilege escalation prompt