Ansible: strategy
Revision as of 11:42, 28 February 2022 by Welcome (talk | contribs) (Welcome moved page Strategy to Ansible: strategy)
# by default, ansible will use the 'linear' strategy but you may want to try # another one #strategy = free
ansible-doc -t strategy -l
debug Executes tasks in interactive debug session free Executes tasks without waiting for all hosts host_pinned Executes tasks on each host without interruption linear Executes tasks in a linear fashion
Ansible[edit]
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions
Advertising: