Changeset - 5c2696aa6249
[Not reviewed]
1 1 1
x - 19 months ago 2023-10-09 19:59:48
xbr@c3l.lu
feat: add explanation for each web task file
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
web/tasks/install_ansible.yml
Show inline comments
 
---
 
# This just installs acme.sh for freifunk
 
- name: Check if acme.sh config files exists
 
  ansible.builtin.stat:
 
    path: "/root/.acme.sh"
web/tasks/set_up_nginx_config.yml
Show inline comments
 
file renamed from web/set_up_nginx_config.yml to web/tasks/set_up_nginx_config.yml
 
---
 
# Sets up nginx for the specific config file
 
- name: Install nginx
 
  ansible.builtin.apt:
 
    name: nginx
0 comments (0 inline, 0 general)