RaulKite / ansible_101_k0s

Demostración ansible con k0s sobre docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

git clone git@github:rubio/ansible_101_k0s.git
cd ansible_101_k0s
docker run -ti \
   --mount type=bind,source=/var/run/docker.sock \
   --mount type=bind,source=$PWD/,target=/src \
   python:3.8.8 bash

o

docker run -ti --mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock python:3.8.8 bash
git clone https://github.com/rubio/ansible_101_k0s.git

Con el primero, tendrás el repositorio clonado en tu equipo y con el segundo una vez acabes, no tendrás nada, sólo los contenedores creados, si no los has destruido antes.

Instalamos pipen y ansible

pithon -m pip install --user pipenv pipenv install ansible-galaxy install -r requirements.yaml

About

Demostración ansible con k0s sobre docker


Languages

Language:Python 99.2%Language:Shell 0.6%Language:HCL 0.2%Language:HTML 0.0%Language:DIGITAL Command Language 0.0%Language:Dockerfile 0.0%