From 878bc194c4ad03ece630dd91f31b5bff05fbd9fd Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Wed, 30 Jan 2019 09:41:28 +0100 Subject: [PATCH] Bootstrap readme and licence --- LICENCE | 13 +++++++++++++ README.md | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 LICENCE create mode 100644 README.md diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..c1015fb --- /dev/null +++ b/LICENCE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2019 Wilfried OLLIVIER + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c619734 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Galaxy Vagrant + +A throwable vagrant machine used to test my Galaxy of Ansible roles + +## Usage + + vagrant up \ No newline at end of file