ghe_license_mailer

ghe-license-mailer

Send a GitHub Enterprise license usage report via email.

Role Variables

Example Playbook

---
- name: GitHub Enterprise license usage mailer
  hosts: localhost
  gather_facts: true	# required for `ansible_date_time` info

  vars:
    ghe_host: github.example.com
    ghe_token: 0000a0000a0000a0000a0000a0000a0000a0000a
    email_to: [email protected]
    email_from: [email protected]
    email_company: 'ACME, Inc.'
    smtp_host: smtp.example.com
    smtp_port: 25
    smtp_username: username
    smtp_password: PassW0rd!

  roles:
    - role: stoe.ghe_license_mailer

License license

MIT © Stefan Stölzle

About

GitHub Enterprise license usage mailer

Install
ansible-galaxy install stoe/ansible-role-ghe-license-mailer
GitHub repository
License
mit
Downloads
22
Owner
I 💚 my Lederhos'n.