Switch repo for gitweb, fix apache handler
God dammit Ubuntu
This commit is contained in:
parent
660c257f30
commit
968ca2eeaf
4
ec2.yml
4
ec2.yml
@ -37,9 +37,9 @@
|
||||
redirect_webroot: "/var/www/redirect"
|
||||
- role: gitweb
|
||||
vars:
|
||||
gitweb_repo: "https://gitlab.com/rehashedsalt/assburgers"
|
||||
gitweb_repo: "https://gitlab.com/rehashedsalt/www"
|
||||
gitweb_url: "www.assburgers.club"
|
||||
gitweb_webroot: "/var/www/assburgers"
|
||||
gitweb_webroot: "/var/www/www"
|
||||
- role: dokuwiki
|
||||
vars:
|
||||
dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz"
|
||||
|
@ -42,7 +42,7 @@
|
||||
mode: "0600"
|
||||
- name: Create system copy of Ansible repo
|
||||
git:
|
||||
repo: https://gitlab.com/rehashedsalt/ansible
|
||||
repo: "https://gitlab.com/rehashedsalt/ansible"
|
||||
dest: /opt/ansible-repo
|
||||
- name: Set up pull and run cronjob
|
||||
cron:
|
||||
|
@ -3,6 +3,6 @@
|
||||
---
|
||||
- name: restart apache
|
||||
service:
|
||||
name: apache
|
||||
name: apache2
|
||||
state: restarted
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user