From f628ac025b7599ac343d0c0db645f7787ec2d277 Mon Sep 17 00:00:00 2001 From: Henryk Paluch Date: Fri, 11 Sep 2015 10:23:15 +0200 Subject: [PATCH] project setup and gentoo role instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5b37e0f..7341edb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,20 @@ kubernetes A playbook that deploys a docker + kubernetes cluster on bare metal. Primarily targets RHEL based systems. +Project setup +------------- +You need to have working Ansible already installed. Issue: + + git clone https://github.com/jameskyle/ansible-sandbox.git + cd ansible-sandbox + ansible-galaxy install -r requirements.yml + +Above commands shall create roles/ subdirectory with ansible playbook roles. + +Specifically for gentoo role (Automated installation of Gentoo Linux) +please see http://blog.jameskyle.org/2014/08/automated-stage3-gentoo-install-using-ansible/ +for more instructions. + License -------