Initial import
This commit is contained in:
commit
c28551bb63
22 changed files with 357 additions and 0 deletions
11
roles/webserver/defaults/main.yml
Normal file
11
roles/webserver/defaults/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
webserver_packages:
|
||||
- httpd
|
||||
- httpd-tools
|
||||
- php
|
||||
- php-fpm
|
||||
- python3-libselinux
|
||||
- python3-libsemanage
|
||||
- tar
|
||||
- zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue