From 76ff42fa731f2e6f52d38432b37374bdfb4ebcbc Mon Sep 17 00:00:00 2001 From: Wallun Date: Sun, 28 Nov 2021 13:25:52 +0100 Subject: [PATCH] docs: add README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f07c3d1 --- /dev/null +++ b/README.md @@ -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