Browse Source

ds-tools dependency and config updates.

master
Chris Smith 9 years ago
parent
commit
85c5f48aff
3 changed files with 43 additions and 8 deletions
  1. 1
    0
      local-roles/ds-tools/tasks/main.yml
  2. 13
    0
      local-roles/ds-tools/templates/config.yml
  3. 29
    8
      vars/ds-tools.yml

+ 1
- 0
local-roles/ds-tools/tasks/main.yml View File

@@ -10,6 +10,7 @@
10 10
     - libxml2-dev
11 11
     - libxslt1-dev
12 12
     - zlib1g-dev
13
+    - wkhtmltopdf
13 14
     - xvfb
14 15
   tags: [ds-tools]
15 16
 

+ 13
- 0
local-roles/ds-tools/templates/config.yml View File

@@ -3,3 +3,16 @@
3 3
  password: {{ds_config_pass}}
4 4
  force: {{ds_config_force}}
5 5
 
6
+ dutysheet_recipients:
7
+{% for recipient in ds_config_recipients %}
8
+   - {{recipient}}
9
+{% endfor %}
10
+
11
+ team_report_recipients:
12
+{% for team, recipients in ds_config_team_report_recipients.iteritems() %}
13
+   {{team}}:
14
+{% for recipient in recipients %}
15
+     - {{recipient}}
16
+{% endfor %}
17
+{% endfor %}
18
+

+ 29
- 8
vars/ds-tools.yml View File

@@ -1,9 +1,30 @@
1 1
 $ANSIBLE_VAULT;1.1;AES256
2
-63376231373230623836373137653536616139613831326437373836313434363039386262616335
3
-3737326431353237383362323234636433303663323564340a636136393065646531633331663237
4
-36616535353363643561616231353463653632336336613337633961346464646139653731393136
5
-6466313536376366340a313738393662323638646633313763653361353537356438633134353762
6
-61656461626539343331613566363435643563393630623536316638353065386234663666623635
7
-39376662356238326233366561646364616438306236393061363764346432626466663464376138
8
-39343366666338333865373134383830643431346639343962323733633361316661343634343230
9
-36363766653165303530
2
+65623064343264336435353531653333656131393165306235303139373866656637336565393530
3
+6662383566656464306334306166653761643433376462370a643031643131333562376333616334
4
+63663665653930363262366437363563393861373435626334316165346262383565336631643233
5
+6538356466386538640a386435663564353537373530666538393066643731666664376366643764
6
+37346363663935393632666532326335346537343762343530343062333366343536633534643536
7
+35666639376661333433633035666434323131636235623235643832373961656563666563386662
8
+64643538396636376566643065383830613663633066303062353938386237333336323736333362
9
+66666235643865393634626462623665386635333765316632653735613833343833623263366333
10
+33386638373565323965323962383366616462383330396164653036613739373437643736346638
11
+35656232643865313331393130656233646464663839326262616335663538313465663030336336
12
+61626535633531666339363466653035613031333462653865363232623166646333343264306361
13
+32393733653334396236396263666135653164643036376365363763396133383033656634666138
14
+30326236373337613937386561393566336462363737616563313033376665396232646463613434
15
+65653931386161623765343436383962656534313230313430383663333435333162616366363934
16
+64376236303830646631393233633332623035633164653832653333323337306664633261353166
17
+66373065306263333731303437356362313761633236323532613063613966623032336333313562
18
+66393266343165663064376663383864393036363034333037386439323663643533306132383734
19
+63313433656462616265363136373161353765383330613638393237666565653335366631343236
20
+62313762373638326335616430343565643438373237313231383433383631366261666162356662
21
+38393530333864353265333730623136336536396439613533626362376631363263353266373161
22
+62636337353166353338353738396237343039333535646233363730396538663865393961653231
23
+62353562626163356665623963353262346337323138366136363631353932373563373432383036
24
+38316434656134376664643663383663613462326166616461323039663761636232343933343231
25
+36663861396462393036363531363339393030376562353533303839346166636233323561383731
26
+63613437646436393665643635613466393765626435326366303435346135316562666132366233
27
+65353166666666623834663062343161326330353365616433623732366463363234663162366230
28
+66343833616364613063663966363439313736643234373762313738356262393332353233306237
29
+66623861326638623363316339633539636236666362393262653965353938643666623863333865
30
+35356338333336613265613937333035393962613235656362653663383063653236

Loading…
Cancel
Save