Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Add foodsharing influxdb user
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdyProjects committed Jan 28, 2020
1 parent 538c5ef commit 06b2ed4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/foodsharing/roles
8 changes: 8 additions & 0 deletions playbooks/foodsharing/secrets.vars.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$ANSIBLE_VAULT;1.1;AES256
61373834646465616537646336633566313665646430643231666336663664653631373563306132
3931396662343436306264663239333161626463343530380a356439363761653239616461336637
33396635366162333564353736373861323465323435323031353839383766313439306335656661
6264393338316633390a653938386530636465323830623733633434313933616662303431623739
32313730336161386331333661383533366163633138646339396435653737323030303238333565
64313231376366363731333439373965613265353861333764373361303535356530313936363333
613061633865343937336166626235623733
22 changes: 22 additions & 0 deletions playbooks/foodsharing/setup.playbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
- name: foodsharing services on yuca
hosts: all
become: yes
vars_files:
- secrets.vars.yml

tasks:
- name: check ansible version
include_role:
name: check-ansible-version

- name: server-base
include_role:
name: server-base

- name: telegraf_influxdb
include_role:
name: influxdb
vars:
influxdb_database: foodsharing_telegraf
influxdb_password: "{{ telegraf_influxdb_password }}"

0 comments on commit 06b2ed4

Please sign in to comment.