Skip to content

colemanjp/ansible_playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Playbooks

This isn't beautiful production ready code, but it serves to run a scalable zoo of personal machines. Secrets are encrypted with ansible vault.

Running

Run everything ansible-playbook site.yml -i hosts -u root --vault-password-file vault-pass.txt

Run a single group ansible-playbook site.yml -i hosts -u root -l kali --vault-password-file vault-pass.txt

group_vars

all.yml and kali.yml each contain one variable: myuser

OS

  • servers and laptops are Fedora
  • axiom and proxmox are Debian
  • kali is Kali

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published