Skip to content

vold-lu/ansible-traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbook for Dolibarr

This playbook allows easy setup of Traefik using Ansible. The playbook will install Traefik version 2.8.3.

How to use it?

# Clone the repository
git clone https://github.com/vold-lu/ansible-traefik.git
cd ansible-traefik

# Create the inventory file (replace 127.0.0.1 by your host IP address)
echo '127.0.0.1' >> .inventory

# Run the playbook against the inventory
ansible-playbook -i .inventory --ask-become-pass traefik.yaml

Releases

No releases published

Packages

No packages published