SSD Nodes Learn Hosting plans →

#ansible

Filtering by topic #ansible · clear

Guides

Ansible inventory files explained

Your Ansible inventory decides which host gets which variable: INI and YAML forms, groups, group_vars, host_vars, connection settings and precedence.

Guides

Ansible: ignore unreachable hosts

Ansible treats an unreachable host differently from a failed task. Use ignore_unreachable, serial and max_fail_percentage, and still see what was missed.