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"
|
redirect_webroot: "/var/www/redirect"
|
||||||
- role: gitweb
|
- role: gitweb
|
||||||
vars:
|
vars:
|
||||||
gitweb_repo: "https://gitlab.com/rehashedsalt/assburgers"
|
gitweb_repo: "https://gitlab.com/rehashedsalt/www"
|
||||||
gitweb_url: "www.assburgers.club"
|
gitweb_url: "www.assburgers.club"
|
||||||
gitweb_webroot: "/var/www/assburgers"
|
gitweb_webroot: "/var/www/www"
|
||||||
- role: dokuwiki
|
- role: dokuwiki
|
||||||
vars:
|
vars:
|
||||||
dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz"
|
dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
mode: "0600"
|
mode: "0600"
|
||||||
- name: Create system copy of Ansible repo
|
- name: Create system copy of Ansible repo
|
||||||
git:
|
git:
|
||||||
repo: https://gitlab.com/rehashedsalt/ansible
|
repo: "https://gitlab.com/rehashedsalt/ansible"
|
||||||
dest: /opt/ansible-repo
|
dest: /opt/ansible-repo
|
||||||
- name: Set up pull and run cronjob
|
- name: Set up pull and run cronjob
|
||||||
cron:
|
cron:
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
---
|
---
|
||||||
- name: restart apache
|
- name: restart apache
|
||||||
service:
|
service:
|
||||||
name: apache
|
name: apache2
|
||||||
state: restarted
|
state: restarted
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user