cdrage / ansible-playbooks

πŸš€ My Ansible Playbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playbooks

     _              _ _     _
    / \   _ __  ___(_) |__ | | ___
   / _ \ | '_ \/ __| | '_ \| |/ _ \
  / ___ \| | | \__ \ | |_) | |  __/
 /_/   \_\_| |_|___/_|_.__/|_|\___|

These are my ansible playbooks :). Here be dragons. Some are copied / forked from other locations

Notes

All can be provisioned by simply adding your host to:

vim hosts

[all]
host1

ssh-provision

OS: Any

Creates a user / provisions a group of servers and copies over your local SSH public key.

cd ssh-provision
cp hosts.sample hosts
ansible-playbook site.yaml --ask-become-pass -k -i hosts --extra-vars="create_user=USERYOUWANTTOCREATE"

About

πŸš€ My Ansible Playbooks


Languages

Language:Jinja 100.0%