Add certbot installation with root cert renew
This commit is contained in:
parent
a08eb939b6
commit
c7a20e14a1
9 changed files with 101 additions and 14 deletions
11
roles/snapcraft/tasks/main.yml
Normal file
11
roles/snapcraft/tasks/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Install Snapcraft
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: snapd
|
||||
state: present
|
||||
- name: Install Snap Core
|
||||
become: true
|
||||
community.general.snap:
|
||||
name: core
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue