-
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-12641 update ansible configs * PMM-12641 remove redundant playbooks/tasks * PMM-12641 optimize the structure of playbooks, make update.yml redundant * PMM-12641 trigger the build * PMM-12641 fix the playbook name * PMM-12641 pre-pull rpmbuild:3 to the agent * PMM-12641 remove randomwait=1 for faster builds * PMM-12641 put back the init.yml playbook * PMM-12641 remove the unused nginx repository * PMM-12641 fix pid location for nginx * PMM-12641 remove a redundant repository * PMM-12641 fix the startup logic * PMM-12641 simplify version detection * PMM-12641 fix an error * PMM-12641 fix the client user name * PMM-12641 fix nginx being unable to start * PMM-12641 install Goreleaser on the agent * PMM-12641 cleanup RH7 tweaks * PMM-12641 stop Grafana before reinstalling the plugins * PMM-12641 move nginx's pid to /tmp * PMM-12641 stop grafana before provisioning plugins * PMM-12641 remove redundant pkg provisioning * PMM-12641 revert moving nginx's pid * PMM-12641 remove redundant config reread * PMM-12641 do not start grafana initially * PMM-12641 cleanup the comments * PMM-12641 move post-build.yml to the same playbook * PMM-12641 cleanup the docs * PMM-12641 remove space around block: * PMM-12641 remove another redundant playbook * PMM-12641 add an ssh key for a team member * PMM-12641 remove redundant build script * PMM-12641 fix the padding * PMM-12641 don't add ssh keys to the agent * Apply suggestions from code review Co-authored-by: Catalina A <[email protected]> * PMM-12641 Refine the task descriptions * PMM-12641 Refine the task descriptions * Update build/docker/client/Dockerfile Co-authored-by: Nurlan Moldomurov <[email protected]> * PMM-12641 Remove the encryption key * PMM-12641 Fix duplicate psycopg2 installation * PMM-12641 move psycopg2 installation to pg playbook --------- Co-authored-by: Catalina A <[email protected]> Co-authored-by: Nurlan Moldomurov <[email protected]>
- Loading branch information
1 parent
883604e
commit c3a9e56
Showing
37 changed files
with
127 additions
and
1,055 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This is the default ansible 'hosts' file. | ||
# | ||
# It should live in /etc/ansible/hosts | ||
# | ||
# - Comments begin with the '#' character | ||
# - Blank lines are ignored | ||
# - Groups of hosts are delimited by [header] elements | ||
# - You can enter hostnames or ip addresses | ||
# - A hostname/ip can be a member of multiple groups | ||
|
||
127.0.0.1 ansible_connection=local |
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 |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
- hosts: all | ||
become: yes | ||
gather_facts: yes | ||
|
||
roles: | ||
- pmm-images |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.