An ansible role to install python3 using the 'raw' module https://git.hogwarts.fr/hogwarts-ansible/bootstrap_python
Find a file
2021-12-17 18:02:01 +01:00
tasks feat(tasks): install python3 on rhel 2021-11-28 13:24:16 +01:00
.gitlint ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
.pre-commit-config.yaml ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
.yamllint ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
LICENSE chore(license): add GPLv3 license 2021-12-06 17:22:53 +01:00
README.md fix(doc): Update license in README.md 2021-12-17 18:02:01 +01:00

bootstrap_python

This role installs python3 on using the raw module, as it is a requirement for ansible to run.

Example Playbook

---
- name: Bootstrap
  hosts: "all"
  roles:
    - role: bootstrap_python

License

GPLv3

Author information

Wallun