This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
538c5ef
commit 06b2ed4
Showing
3 changed files
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../roles |
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,8 @@ | ||
$ANSIBLE_VAULT;1.1;AES256 | ||
61373834646465616537646336633566313665646430643231666336663664653631373563306132 | ||
3931396662343436306264663239333161626463343530380a356439363761653239616461336637 | ||
33396635366162333564353736373861323465323435323031353839383766313439306335656661 | ||
6264393338316633390a653938386530636465323830623733633434313933616662303431623739 | ||
32313730336161386331333661383533366163633138646339396435653737323030303238333565 | ||
64313231376366363731333439373965613265353861333764373361303535356530313936363333 | ||
613061633865343937336166626235623733 |
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,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 }}" |