diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-07 15:39:14 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-07 20:24:51 +0000 |
commit | 12cf22b1a8d9ad23809ad8048119a6920cbb9675 (patch) | |
tree | 9b7e4334497162c2e922e181eb8b01c57fc67e7f /roles/httpd/defaults | |
parent | 333eff6a0aeefcbf573bbf5e725fc27b5b4cb9f6 (diff) | |
download | rules-12cf22b1a8d9ad23809ad8048119a6920cbb9675.tar.gz |
roles: Add httpd roles
Diffstat (limited to 'roles/httpd/defaults')
-rw-r--r-- | roles/httpd/defaults/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml new file mode 100644 index 0000000..9ccd2f3 --- /dev/null +++ b/roles/httpd/defaults/main.yml @@ -0,0 +1,4 @@ +httpd_configuration_file: /etc/httpd.conf +httpd_configuration_dir: /etc/httpd.d +httpd_chroot: /var/www +httpd_use_nfs: false |