add new default packages and new role
This commit is contained in:
parent
b7c2aa69d1
commit
9538ca2f0f
1 changed files with 4 additions and 1 deletions
5
main.yml
5
main.yml
|
@ -39,19 +39,22 @@
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- acl
|
- acl
|
||||||
|
- apache2-utils
|
||||||
- certbot
|
- certbot
|
||||||
- gcc
|
- gcc
|
||||||
- git
|
- git
|
||||||
- make
|
- make
|
||||||
- nginx
|
- nginx
|
||||||
|
- python3
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- sudo
|
- sudo
|
||||||
|
- ufw
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- libretls
|
- libretls
|
||||||
- cgit
|
- cgit
|
||||||
- site
|
- site
|
||||||
- bubger
|
- pounce
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: démarrage par défaut de nginx
|
- name: démarrage par défaut de nginx
|
||||||
|
|
Loading…
Reference in a new issue