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

improve docs #12

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ collections:
Example Playbook using the l3d.linux.packages and l3d.linux.resolvconf role:
```yaml
---
- name: "Install NTP Server from collection l3d.linux"
hosts: ntp.example.com
- name: "Install NTP and librewolf from collection l3d.linux and configure resolve.conf"
hosts: desktop.example.com
roles:
- {role: l3d.linux.packages, tags: pakages}
- {role: l3d.linux.resolvconf, tags: resolvconf}
- {role: l3d.linux.librewolf, tags: librewolf}
vars:
packages__install_advanced: true
packages__install_python: true
Expand Down