-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* PMM-12530 remove clickhouse upgrade role * PMM-12530 set pmm user for supervisord jobs * PMM-12530 move supervisord configs to the role * PMM-12530 move non-docker tasks to their own playbook * PMM-12530 fix wrong copy of grafana.ini * PMM-12530 fix wrong description * PMM-12530 a few description fixes * PMM-12530 fix wrong task syntax * PMM-12530 use loop instead of with_items * PMM-12530 use a different become method for supervisorctl * PMM-12530 use a command to restart grafana * PMM-12530 use an interim Dockerfile * PMM-12530 update the port in the docs * PMM-12530 remove the service task * PMM-12530 use a base Dockerfile * PMM-12530 remove user creation for non-docker * PMM-12530 provision deps for the base image * PMM-12530 clean up supervisord role * PMM-12530 put back dummy creds * PMM-12530 clean up ansible scripts * PMM-12530 change ownership of the distro file * PMM-12530 update the entrypoint * PMM-12530 remove support for v1 paths * PMM-12530 remove supervisord.service * PMM-12530 add a config for ansible * PMM-12530 fix permissions for maintenance file * PMM-12530 move ansible to the build directory * PMM-12530 switch to pmm user * PMM-12530 clean up Dockerfile * PMM-12530 optimize entrypoint and dir creation tasks * PMM-12530 fix nginx failures * PMM-12530 fix the syntax error * PMM-12530 remove comments * PMM-12530 update the easy install script * PMM-12530 move ansible lint checks to a proper Makefile * PMM-12530 fix wrong syntaxt in docker volume * PMM-12530 update the task description * PMM-12530 send nginx logs to /dev/std{err,out}
- Loading branch information
Showing
47 changed files
with
355 additions
and
512 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
daemon off; | ||
|
||
error_log stderr info; | ||
error_log /dev/stderr info; | ||
# error_log stderr debug; | ||
|
||
events { | ||
|
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This is the default ansible.cfg file. | ||
# It necessary for ansible to work properly when it acts as 'pmm' user. | ||
# Otherwise, it will fail with 'Permission denied' error since the default paths are '/root/.ansible/tmp' | ||
# Ref: https://github.com/ansible/ansible/blob/stable-2.9/examples/ansible.cfg | ||
[defaults] | ||
|
||
remote_tmp = /tmp | ||
local_tmp = /tmp | ||
|
||
# additional paths to search for roles in, colon separated | ||
roles_path = /opt/ansible/roles |
File renamed without changes.
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
1 change: 1 addition & 0 deletions
1
update/ansible/playbook/tasks/create-lvm.yml → build/ansible/pmm/create-lvm.yml
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.