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