Skip to contentVersion 0.1.0-alpha.4
Added
- The full host-pattern grammar: wildcards,
! exclusions and & intersections. (#78)
- The
ssh connection, with the agent uploaded once and cached on each host. (#79)
- Agent connections are kept across plays, and
forks limits how many hosts run at once. (#82)
become through sudo, from keywords and host variables. (#83)
- A task that reads
hostvars waits for the other hosts to reach it. (#85)
Fixed
- Loop failures, empty loops, and one recap per playbook. (#86)
- Key order,
omit in nested structures, and YAML 1.1 integers. (#87)
- Escalation to any user, a bound on open connections, and exit codes that match Ansible’s. (#90)