bootstrap_python/README.md

24 lines
369 B
Markdown
Raw Permalink Normal View History

2021-11-28 13:25:52 +01:00
# bootstrap_python
This role installs python3 on using the *raw* module, as it is a requirement for
ansible to run.
2022-05-25 22:33:53 +02:00
It currently supports Archlinux-likes, RHEL-likes and Debian-likes.
2021-11-28 13:25:52 +01:00
# Example Playbook
```yaml
---
- name: Bootstrap
hosts: "all"
roles:
- role: bootstrap_python
```
# License
2021-12-17 18:02:01 +01:00
GPLv3
2021-11-28 13:25:52 +01:00
# Author information
Wallun <wallun AT disroot DOT org>