Playbook works on both Debian & Red Hat family hosts. Using Ubuntu 20.04 pc as control node.
You need at least 2.9 or higher version of ansible.
- Install pip
sudo apt install python3-pip -y - install ansible with pip
pip install ansible - Install docker sdk for ansible
pip install docker - Install requirements
ansible-galaxy collection install -r requirements.yml
- Clone the repo
git clone https://github.com/kdpuvvadi/proxy.git proxy. - copy
inventory.ini.j2toinventory.ini. - Change host ip of the host.
- copy
vars.yml.j2tovars.yml. - Change the variable based on your preferences.
Run ansible-playbook main.yml
Email: [email protected]
Password: changemeVisit Nginx Proxy Manager Official Website
To install portainer set portainer_enable value to true.