- removing old nginx playbook
This commit is contained in:
parent
b1dd1dfd7b
commit
8d8e794257
@ -1,25 +0,0 @@
|
||||
# This playbook just installs nginx so that it is ready to configure
|
||||
# we don't bother with extra user accounts like with Beta because we
|
||||
# are only concerned with using nginx to serve fully containerized
|
||||
# applications. Not static files
|
||||
---
|
||||
- hosts: alpha
|
||||
tasks:
|
||||
- name: Install Nginx
|
||||
become: yes
|
||||
apt:
|
||||
name: nginx
|
||||
update_cache: yes
|
||||
state: present
|
||||
|
||||
- name: Update Snap
|
||||
become: yes
|
||||
community.general.snap:
|
||||
name: core
|
||||
state: present
|
||||
|
||||
- name: Install Certbot
|
||||
community.general.snap:
|
||||
name: certbot
|
||||
classic: yes
|
||||
|
Loading…
Reference in New Issue
Block a user