Changeset - 7fc0d9ac01bc
[Not reviewed]
0 1 1
x - 19 months ago 2023-10-13 21:53:54
xbr@c3l.lu
feat: add API setup to website
2 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
web/install_website.yml
Show inline comments
 
@@ -15,6 +15,9 @@
 
    - name: Setup the Hugo main website
 
      ansible.builtin.include_tasks:
 
        file: "{{ ansible_repo_dir }}/web/tasks/hugo.yml"
 
    - name: Setup api.freifunk.lu
 
      ansible.builtin.include_tasks:
 
        file: "{{ ansible_repo_dir }}/web/tasks/api.yml"
 
    - name: Reload nginx
 
      ansible.builtin.service:
 
        name: nginx
web/tasks/api.yml
Show inline comments
 
new file 100644
0 comments (0 inline, 0 general)