feat: Initial code
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
0e18170cdf
commit
fc59b4f9a5
18 changed files with 478 additions and 1 deletions
17
ansible/site.yml
Normal file
17
ansible/site.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
- name: Pre install
|
||||
become: true
|
||||
hosts:
|
||||
- galene
|
||||
tasks:
|
||||
- name: Update repositories
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
upgrade: full
|
||||
|
||||
- name: Install galene
|
||||
become: true
|
||||
hosts:
|
||||
- galene
|
||||
roles:
|
||||
- certbot
|
||||
- galene
|
Loading…
Add table
Add a link
Reference in a new issue