Skip to content
Snippets Groups Projects
Commit 66683c24 authored by jurgenhaas's avatar jurgenhaas
Browse files

General improvements

parent bd510cc6
No related branches found
No related tags found
No related merge requests found
......@@ -21,3 +21,8 @@ sd_agent_plugins_dir: '/usr/share/python/sd-agent/checks.d/plugins'
sd_plugins_files_dir: "{{ playbook_dir }}/files/sd-plugins"
sd_uninstallv1: no
apache_conf_dir: 'conf.d'
apache_conf_ext: ''
mysql_root_password: 'root'
......@@ -14,7 +14,7 @@
state=absent
# Remove /usr/bin/sd-agent
- name: "ServerDensity | Create Plugins Directory"
- name: "ServerDensity | Remove Plugins Directory"
file:
dest=/usr/bin/sd-agent
state=absent
<VirtualHost *:80>
Include /etc/apache2/conf-available/global-redirect.conf
Include /etc/apache2/{{ apache_conf_dir }}/global-redirect.conf
ServerName {{ inventory_hostname }}
<Location /server-status>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment