Skip to content

PHKA-ZIM/ansible-role-certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certbot automation with ansible

Installation steps

  • Go to you ansible project folder
  • Add following to your requirements file
- src: https://github.com/PHKA-ZIM/ansible-role-certbot
  name: ansible-role-certbot
  • Install to project roles path
ansible-galaxy install -r requirements.yml --roles-path ./roles

Use ansible-role-certbot

  • Import role and override role variables, e.g.
- name: Setup certbot
  roles:
    - role: ansible-role-certbot
  • All available role vars can be found in defaults

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published