Skip to content

Commit

Permalink
something new: 2023-12-26 19:21:51
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Dec 26, 2023
1 parent 6d7a8a7 commit da862cb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion man/ansible.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
---
date created: Sunday, January 17th 2021, 3:51:17 pm
date modified: Sunday, January 15th 2023, 4:39:51 am
date modified: Tuesday, December 26th 2023, 7:21:44 pm
tags:
- ansible
- automation
---

# ansible

## ad-hoc commands

execute a module ad-hoc on some/all hosts:

```shell
ansible -i inventory all -m ansible.builtin.shell -a "dpkg --list"
```

## create lists

this is so annoying, please let me know if there's a better way.
Expand Down

0 comments on commit da862cb

Please sign in to comment.