-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from gwarf/ansible_updates
Ansible updates and documetation improvements
- Loading branch information
Showing
8 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ mysql_root_name: root | |
mysql_root_password: root_mysql_passwd | ||
pakiti_domain_name: pakiti.com | ||
pakiti_admin_mail: [email protected] | ||
pakiti_git_version: master | ||
pakiti_webserver_user: root | ||
pakiti_webserver_conf_template: "etc/apache2/pakiti.conf.j2" | ||
pakiti_config_template = "etc/pakiti/Config.php.j2" |
4 changes: 1 addition & 3 deletions
4
install/ansible/roles/pakiti-server/tasks/debian-apache-conf.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
--- | ||
|
||
- name: Make Pakiti configuration available in Apache | ||
template: | ||
src: etc/apache2/pakiti.conf.j2 | ||
src: "{{ pakiti_webserver_conf_template }}" | ||
dest: /etc/apache2/conf-available/pakiti.conf | ||
owner: root | ||
mode: 0644 | ||
|
||
- name: Activate Pakiti in Apache | ||
command: "a2enconf pakiti" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters