Nessuna descrizione

panda 0016da9fed first commit 4 anni fa
ansible 0016da9fed first commit 4 anni fa
keys 0016da9fed first commit 4 anni fa
repo 0016da9fed first commit 4 anni fa
roles 0016da9fed first commit 4 anni fa
README.md 0016da9fed first commit 4 anni fa
common.yml 0016da9fed first commit 4 anni fa
hosts 0016da9fed first commit 4 anni fa
lldp.yml 0016da9fed first commit 4 anni fa
telegraf.yml 0016da9fed first commit 4 anni fa
to_add.txt 0016da9fed first commit 4 anni fa
transmission.yml 0016da9fed first commit 4 anni fa
vcn.yml 0016da9fed first commit 4 anni fa

README.md

PREREQUISITES:

apt-get install -y ansible

echo "[thismachine]" >> /etc/ansible/hosts
echo "127.0.0.1" >> /etc/ansible/hosts

SETUP:

insert your user and key in:

common.yml

in the list:

  vars:
    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

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