docs: add README.md

This commit is contained in:
Wallun 2021-11-28 13:25:52 +01:00
parent d636fa002b
commit 76ff42fa73
Signed by: wallun
GPG Key ID: 71D17013D836735B
1 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# bootstrap_python
This role installs python3 on using the *raw* module, as it is a requirement for
ansible to run.
# Example Playbook
```yaml
---
- name: Bootstrap
hosts: "all"
roles:
- role: bootstrap_python
```
# License
MIT
# Author information
Wallun <wallun AT disroot DOT org>