~evarlast/charms/trusty/elasticsearch/add-logs-relation

« back to all changes in this revision

Viewing changes to playbook.yaml

  • Committer: Michael Nelson
  • Date: 2014-11-06 02:48:04 UTC
  • mfrom: (35.1.8 firewall_optional)
  • Revision ID: michael.nelson@canonical.com-20141106024804-uxduhm2huet147vi
[r=simondavy][bugs=1386664,1376396] Bug fix for firewall on ec2 and enable firewall to be configured off (as well as update of tests and charmhelpers).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
  vars:
14
14
    - service_name: "{{ local_unit.split('/')[0] }}"
15
 
    - client_relation_id: "{{ relations['client'].keys()[0] | default('') }}"
16
15
 
17
16
  tasks:
18
17
 
19
18
    - include: tasks/install-elasticsearch.yml
 
19
    - include: tasks/peer-relations.yml
20
20
    - include: tasks/setup-ufw.yml
21
21
      tags:
22
22
        - install
23
23
        - upgrade-charm
 
24
        - config-changed
24
25
        - client-relation-joined
25
26
        - client-relation-departed
26
 
    - include: tasks/peer-relations.yml
 
27
        - peer-relation-joined
 
28
        - peer-relation-departed
27
29
 
28
30
    - name: Update configuration
29
31
      tags: