diff options
Diffstat (limited to 'playbooks/web.yml')
-rw-r--r-- | playbooks/web.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/web.yml b/playbooks/web.yml index 51a7a14..718b8f4 100644 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -1,4 +1,5 @@ - name: Essential setup for all hosts hosts: web roles: - - { role: nginx } + # Websites + # - { role: ip } |