Dynamic inventory scripts + ansible-playbook -k -u root ....
can do the same thing for bootstrapping.
How is this an advantage over that?
- name: Bootstrap Ansible hosts: all gather_facts: False tasks: - name: Install Python 2 raw: test -e /usr/bin/python || (sudo apt -y update && sudo apt install -y python-minimal)
Dynamic inventory scripts + ansible-playbook -k -u root ....
can do the same thing for bootstrapping.
How is this an advantage over that?