bootstrap: install python
https://galaxy.ansible.com/devopstoolbox.bootstrap
ansible-galaxy install devopstoolbox.bootstrap- For RHEL, a Red Hat subscription or functional local repository.
- For Red Hat, subscription-manager.
---
- name: Install bootstrap on localhost
hosts:
- localhost
connection: local
gather_facts: false
tasks:
- name: bootstrap is configured
import_role:
name: devopstoolbox.bootstrap
tags: bootstrapMIT