cancel
Showing results for 
Search instead for 
Did you mean: 
Jacob
Cadet
Cadet
  • 721 Views

RH294 ansible-navigator Error

When I run ansible-navigator run ping-all.yml -m stdout, when return an error massage:

Error: relabeling content in /usr is not allowed
Please review the log for errors.

But I can run podman run --rm --tty --interactive -e ANSIBLE_HOST_KEY_CHECKING=False -v /home/student/ansible-manage:/home/student/ansible-manage --workdir /home/student/ansible-manage  -v /home/student/.ssh:/home/student/.ssh/ --group-add=root -e SSH_AUTH_SOCK=/run/user/1000/keyring/ssh -v /run/user/1000/keyring/:/run/user/1000/keyring/ --ipc=host --name ansible_runner utility.lab.example.com/ee-supported-rhel8:latest ansible-playbook /root/ansible/test.yml -i /root/ansible/inventory.

Why the direct execution of [ansible-navigator run ping-all.yml] fails?

Labels (1)
0 Kudos
2 Replies
bonnevil
Starfighter Starfighter
Starfighter
  • 696 Views

Hard to say without knowing what ping-all.yml does and how.

0 Kudos
Jacob
Cadet
Cadet
  • 665 Views

ping-all.yml is RH294 lab script automatically generated file.

This document is a document of environmental standards

also podman run exec anisble-playbook ping-all.yml is normal.

 

0 Kudos
Join the discussion
You must log in to join this conversation.