No description
Find a file
2020-03-14 01:02:30 +01:00
keys second commit 2020-03-14 00:10:06 +01:00
repo first commit 2020-03-13 20:05:35 +01:00
roles add options for compose version in readme 2020-03-14 01:02:30 +01:00
common.yml add hostname 2020-03-14 00:24:47 +01:00
docker.yml add docker 2020-03-14 00:39:39 +01:00
hosts first commit 2020-03-13 20:05:35 +01:00
lldp.yml first commit 2020-03-13 20:05:35 +01:00
README.md add optionals in readme 2020-03-14 00:56:11 +01:00
telegraf.yml first commit 2020-03-13 20:05:35 +01:00
tincvpn.yml add docker 2020-03-14 00:39:39 +01:00
to_add.txt second commit 2020-03-14 00:10:06 +01:00
transmission.yml first commit 2020-03-13 20:05:35 +01:00
variables.yml add options for compose version in readme 2020-03-14 01:02:30 +01:00

PREREQUISITES:

install ansible: apt-get install -y ansible

add hosts lines to ansible: echo "[thismachine]" >> /etc/ansible/hosts echo "127.0.0.1" >> /etc/ansible/hosts

SETUP:

insert your user in: variables.yml in the list: users: goofy

and their ssh keys in the folder keys in form of filename: goofy.key.pub and format: ssh-rsa [/CUT] user@host

RUN DEFAULTS:

ansible-playbook common.yml

RUN OPTIONALS:

  • docker.yml : installs docker-ce and docker-compose (variable in variables.yml for latest of docker-compose)
  • lldp.yml
  • telegraf.yml
  • tincvpn.yml
  • transmission.yml

GIT PUSH: git add --all git commit -m "added things to readme" git push -u origin master

or: git add --all && git commit -m "message" && git push -u origin master