Skip to content

Commit

Permalink
Create web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 3, 2024
1 parent 4c2ab85 commit 564eb54
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
- name: Configure Pi Network web
become: yes

tasks:
- name: Configure Pi Network web
template:
src: templates/pi-network-web.conf.j2
dest: /etc/nginx/sites-available/pi-network-web
mode: '0644'
notify: restart nginx

- name: Start Pi Network web
service:
name: pi-network-web
state: started
enabled: yes

0 comments on commit 564eb54

Please sign in to comment.