Skip to content
/ lunalu Public

Ansible playbook to quickly bootstrap a complete frontend cache server on Ubuntu 19.10

License

Notifications You must be signed in to change notification settings

sphiria/lunalu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lunalu

Ansible playbook to quickly bootstrap a complete frontend cache server on Ubuntu 19.10

contains

  • nginx
  • varnish
  • prometheus node_exporter
  • prometheus varnish_exporter
  • sane UFW defaults, limiting access to exporters

deploy

ansible-playbook -i hosts site.yml \ 
--private-key ~/.ssh/key \
--extra-vars="ssl_certificate=cert.pem ssl_private_key=key.pem ssl_dh_param=dhparams.pem"

About

Ansible playbook to quickly bootstrap a complete frontend cache server on Ubuntu 19.10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages