Skip to content
Snippets Groups Projects
Commit 67f2fcc0 authored by ngyimesi's avatar ngyimesi
Browse files

Nginx is now installed

parent 8ee03521
Branches
No related tags found
No related merge requests found
- name: Update and upgrade
apt:
update_cache: yes
upgrade: yes
- name: Install certbot
apt:
name:
......
- name: Update and upgrade
apt:
update_cache: yes
upgrade: yes
- name: Install nginx
apt:
name:
- nginx
state: present
- name: overwrite default config
copy:
src: default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment