Skip to content

Instantly share code, notes, and snippets.

View jackspace's full-sized avatar

Jack jackspace

  • Northern California
View GitHub Profile
@lzhengqc
lzhengqc / ubuntu-webmin.yml
Last active March 16, 2024 15:55 — forked from LTGIV/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 }}'