aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-06 10:55:13 -0800
committerclarkzjw <[email protected]>2023-03-06 10:55:13 -0800
commite802cbb1011bf2abbea9cf9c88ac238157c57893 (patch)
tree06b449bcf4915a4af3700c8818a1b1e4c29e0b8a /hetzner/nginx.yaml
parent1b36d880c202d5868757e2e49c6e774e43dc4f8d (diff)
downloadhomelab-master.tar.gz
add hetzner ansible playbooksHEADmaster
Diffstat (limited to 'hetzner/nginx.yaml')
-rw-r--r--hetzner/nginx.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/hetzner/nginx.yaml b/hetzner/nginx.yaml
index 006d4e3..cfce968 100644
--- a/hetzner/nginx.yaml
+++ b/hetzner/nginx.yaml
@@ -1,6 +1,7 @@
1--- 1---
2- name: Install Nginx 2- name: Install Nginx
3 hosts: localhost 3 hosts: localhost
4 become: true
4 tasks: 5 tasks:
5 - name: Install NGINX 6 - name: Install NGINX
6 ansible.builtin.include_role: 7 ansible.builtin.include_role:
Powered by cgit v1.2.3 (git 2.41.0)