Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Automation Lab 1, step 4 cat command clarification #2219

Open
timothyhull opened this issue Dec 17, 2024 · 0 comments
Open

Network Automation Lab 1, step 4 cat command clarification #2219

timothyhull opened this issue Dec 17, 2024 · 0 comments

Comments

@timothyhull
Copy link

Area

Ansible Network Automation Workshop

Proposed Changes

Hello, I think it may be helpful for clarity's sake to update the example command cat .ansible-navigator.yml to include a path to the home directory. I suggest updating this markdown code block to read:

$ cat ~/.ansible-navigator.yml
---
ansible-navigator:
  ansible:
    inventory:
      entries:
      - /home/student/lab_inventory/hosts

  execution-environment:
    image: quay.io/acme_corp/network-ee:latest
    enabled: true
    container-engine: podman
    pull:
      policy: missing
    volume-mounts:
    - src: "/etc/ansible/"
      dest: "/etc/ansible/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant