Skip to content

Commit

Permalink
Merge pull request #5 from morriq/v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morriq authored Dec 6, 2021
2 parents 906eddd + 9df26bb commit fa4a8be
Show file tree
Hide file tree
Showing 40 changed files with 2,263 additions and 656 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ansible/vault/main.yml
project
ansible/inventory-k3s.yml
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:21.10

RUN apt update && \
apt install -y software-properties-common && \
add-apt-repository --yes --update ppa:ansible/ansible && \
apt install -y ansible python3 python3-pip yamllint sshpass git && \
pip3 install "ansible-lint[yamllint]"

WORKDIR /home/ubuntu/ansible
11 changes: 0 additions & 11 deletions FAN.md

This file was deleted.

Loading

0 comments on commit fa4a8be

Please sign in to comment.