diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-07 11:57:50 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-07 11:57:50 +0000 |
commit | 00d0ceb5089a110e7bdc01bd01d93ac2bc2f2df3 (patch) | |
tree | 097eacf7831629709bc99c3a4ded61fb600131af /playbooks/web.yml | |
parent | 2c36aaeaa256bb38a7948c495b6c866877d7af00 (diff) | |
download | infra-00d0ceb5089a110e7bdc01bd01d93ac2bc2f2df3.tar.gz infra-00d0ceb5089a110e7bdc01bd01d93ac2bc2f2df3.tar.bz2 infra-00d0ceb5089a110e7bdc01bd01d93ac2bc2f2df3.zip |
Make ip role work
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 } |