From 6c781bb8b9b5dea1f3cdb75a6cbde2b9e8942e8c Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 6 Jan 2024 18:53:54 +0000 Subject: Make nginx a role --- playbooks/web.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 playbooks/web.yml (limited to 'playbooks/web.yml') diff --git a/playbooks/web.yml b/playbooks/web.yml new file mode 100644 index 0000000..51a7a14 --- /dev/null +++ b/playbooks/web.yml @@ -0,0 +1,4 @@ +- name: Essential setup for all hosts + hosts: web + roles: + - { role: nginx } -- cgit v1.2.3-70-g09d2