Ubuntu Pastebin

Paste from bdx at Tue, 28 Nov 2017 19:49:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ansible-playbook -c local playbook.yaml --tags client-relation-joined

PLAY ***************************************************************************

TASK [setup] *******************************************************************
ok: [localhost]

TASK [include] *****************************************************************
included: /var/lib/juju/agents/unit-elasticsearch-logs-0/charm/tasks/install-elasticsearch.yml for localhost

TASK [include] *****************************************************************
included: /var/lib/juju/agents/unit-elasticsearch-logs-0/charm/tasks/peer-relations.yml for localhost

TASK [include] *****************************************************************
included: /var/lib/juju/agents/unit-elasticsearch-logs-0/charm/tasks/setup-ufw.yml for localhost

TASK [Update ufw config to avoid error] ****************************************
changed: [localhost]

TASK [Disable firewall only when explicitly configured to do so.] **************
skipping: [localhost]

TASK [Reset firewall] **********************************************************
changed: [localhost]

TASK [Turn on fire wall with logging.] *****************************************
changed: [localhost]

TASK [Open the firewall for all clients] ***************************************
fatal: [localhost]: FAILED! => {"failed": true, "msg": "ERROR! lookup plugin (dns) not found"}

PLAY RECAP *********************************************************************
localhost                  : ok=7    changed=3    unreachable=0    failed=1   
Download as text