Skip to content

Commit

Permalink
Add local ansible logfiles (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Nov 30, 2023
1 parent a100c5c commit 111e7b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/guides/operations-guide/manager/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ sidebar_position: 10

## Ansible

### Files

Each Ansible service has its own local Ansible log file. These log files are not persistent. The ARA service is
used for the persistence of Ansible logs. The log files can be used to view currently running Ansible Plays,
for example if they are running as a background task.

```
$ docker exec -it osism-ansible tail -f /ansible/logs/ansible.log
$ docker exec -it ceph-ansible tail -f /ansible/logs/ansible.log
$ docker exec -it kolla-ansible tail -f /ansible/logs/ansible.log
```

### ARA - ARA Records Ansible

```
$ osism log ansible
(ara) help
Expand Down

0 comments on commit 111e7b0

Please sign in to comment.