ansible
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ansible [2026/03/01 17:11] – reddy | ansible [2026/03/01 19:14] (current) – reddy | ||
|---|---|---|---|
| Line 241: | Line 241: | ||
| motd: "{{ motd }}" | motd: "{{ motd }}" | ||
| </ | </ | ||
| + | |||
| + | ===== Ansible Navigator ===== | ||
| + | |||
| + | Ansible Navigator uses podman to create an EE environment to run the Ansible playbooks and provides a text user interface to navigate through the documentation, | ||
| + | |||
| + | Install Ansible Navigator with: | ||
| + | |||
| + | < | ||
| + | pip3 install ansible-dev-tools ansible-navigator --user | ||
| + | |||
| + | # or | ||
| + | |||
| + | dnf install \ | ||
| + | --enablerepo=ansible-automation-platform-2.2-for-rhel-8-x86_64-rpms \ | ||
| + | ansible-navigator | ||
| + | </ | ||
| + | |||
| + | Use it with: | ||
| + | |||
| + | < | ||
| + | ansible-navigator run playbook1.yaml | ||
| + | |||
| + | ansible-navigator doc service | ||
| + | |||
| + | ansible-navigator doc service -m stdout | ||
| + | </ | ||
| + | |||
| + | ===== Common Ansible Problems ===== | ||
| + | |||
| + | < | ||
| + | ERROR: Ansible requires the locale encoding to be UTF-8; Detected ISO8859-1. | ||
| + | |||
| + | Set the following environment variables within the shell before running ansible / ansible-playbook | ||
| + | |||
| + | LANG=" | ||
| + | LC_CTYPE=" | ||
| + | </ | ||
| + | |||
| + | ===== Also See ===== | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
ansible.1772381514.txt.gz · Last modified: by reddy
