This commit is contained in:
bee
2026-05-30 23:17:43 +02:00
parent 34d8d82dbf
commit fdc99031dd
22 changed files with 219 additions and 77 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
- name: Nginx
hosts: pi
hosts: beepi
become: true
tasks:
- name: Install nginx
@@ -20,7 +20,7 @@
group: root
mode: '0644'
- name: Copy upstreamc.onf
- name: Copy upstream.conf
ansible.builtin.copy:
src: upstream.conf
dest: /etc/nginx/conf.d/upstream.conf