Skip to content

Instantly share code, notes, and snippets.

View jackspace's full-sized avatar

Jack jackspace

  • Northern California
View GitHub Profile
@jackspace
jackspace / ubuntu-webmin.yml
Last active January 6, 2021 13:52 — forked from lzhengqc/ubuntu-webmin.yml
Ansible playbook: install Webmin on Ubuntu
---
#
# Ansible playbook: Webmin for Ubuntu v201501302302
# Louis T. Getterman IV (@LTGIV)
# www.GotGetLLC.com / www.opensour.cc
#
# Example Usage:
# [user@host ~$] ansible-playbook /etc/ansible/playbooks/webmin.yml --extra-vars 'target=nameFromHostsFile'
#
- hosts: '{{ target }}'