mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-02 03:59:16 +00:00
newrelic sysmond on the host, remove container
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.vagrant
|
.vagrant
|
||||||
vagrant_ansible_inventory*
|
vagrant_ansible_inventory*
|
||||||
files/ssl/*.key
|
files/ssl/*.key
|
||||||
|
.DS_Store
|
||||||
|
|||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "roles/newrelic"]
|
||||||
|
path = roles/newrelic
|
||||||
|
url = git@github.com:sivel/ansible-newrelic.git
|
||||||
3
base.yml
3
base.yml
@@ -6,12 +6,13 @@
|
|||||||
vars_files:
|
vars_files:
|
||||||
- vars/users.yml
|
- vars/users.yml
|
||||||
- vars/ejson_key.yml
|
- vars/ejson_key.yml
|
||||||
|
- vars/newrelic_key.yml
|
||||||
- roles/koodiklinikka.fi/defaults/main.yml
|
- roles/koodiklinikka.fi/defaults/main.yml
|
||||||
- roles/koodiklinikka.fi-api/defaults/main.yml
|
- roles/koodiklinikka.fi-api/defaults/main.yml
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- docker
|
- docker
|
||||||
- nginx
|
- nginx
|
||||||
- newrelic_container
|
- newrelic
|
||||||
tasks:
|
tasks:
|
||||||
- include: tasks/webuser.yml
|
- include: tasks/webuser.yml
|
||||||
|
|||||||
1
roles/newrelic
Submodule
1
roles/newrelic
Submodule
Submodule roles/newrelic added at 0c50972c4f
BIN
roles/newrelic_container/.DS_Store
vendored
BIN
roles/newrelic_container/.DS_Store
vendored
Binary file not shown.
@@ -1,8 +0,0 @@
|
|||||||
$ANSIBLE_VAULT;1.1;AES256
|
|
||||||
35363731316437353333383261313965613436353833633161656135313939343137316136396266
|
|
||||||
3963653938303161316536636234303839336565613536660a626564366132653262393032323562
|
|
||||||
33383931623037623034626362346266333639353862323235306236656465316536643535363232
|
|
||||||
3361366665373566330a623361633166313962366365303962636564303737316538366232366361
|
|
||||||
37623434313136376461653137346634653633336431663737663335376133623866663530643435
|
|
||||||
37363961646534336163346532663634656334666363306235346363383031376161636433383065
|
|
||||||
376139346530336632386230373838383439
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
- name: Start the container
|
|
||||||
shell: docker run --restart=always -d -e NEW_RELIC_LICENSE_KEY={{ newrelic_key }} --name newrelic_sysmond --hostname `hostname` uzyexe/newrelic
|
|
||||||
9
vars/newrelic_key.yml
Normal file
9
vars/newrelic_key.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
62646665643832663736393931373639616338393736333332323735373737653931303163343539
|
||||||
|
3637303661643031616633613834646665653537623062360a326265343266643536393366323938
|
||||||
|
62646664663831393561393031643432646431303036353562363236383230663231653461323161
|
||||||
|
3264353463366135650a636336356265626332643262363036666664323366363530366337623663
|
||||||
|
64323762623662366136383834653235666639363664386462616363623730366238336530396663
|
||||||
|
63353062616263376130653836366266383664626531333863336364343063656437383562333635
|
||||||
|
38376136326337643139373336643932376232386265326364396665633139623930303134633030
|
||||||
|
33333935343537356336
|
||||||
Reference in New Issue
Block a user