summaryrefslogtreecommitdiff
path: root/Buffer/Updates ansible ad-hoc.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-23 11:30:28 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-23 11:30:28 +0100
commit1f1423fdb8d4e2928768ffa33a6ad2b59c75e82e (patch)
tree67d94f0d821a053aca0e7c8a7ffb6c369047aa14 /Buffer/Updates ansible ad-hoc.md
parent93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc (diff)
lowercase dirs
Diffstat (limited to 'Buffer/Updates ansible ad-hoc.md')
-rw-r--r--Buffer/Updates ansible ad-hoc.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/Buffer/Updates ansible ad-hoc.md b/Buffer/Updates ansible ad-hoc.md
deleted file mode 100644
index 2b8514c..0000000
--- a/Buffer/Updates ansible ad-hoc.md
+++ /dev/null
@@ -1,19 +0,0 @@
-update apt cache:
-```
-ansible <pattern> -m ansible.builtin.apt -a "update_cache=true cache_valid_time=3600"
-```
-
-update packages:
-```
-ansible <pattern> -m ansible.builtin.apt -a "name=* state=latest"
-```
-
-run puppet:
-```
-ansible <pattern> -a "/opt/puppetlabs/bin/puppet agent --test"
-```
-
-reboot:
-```
-ansible <pattern> -m ansible.builtin.reboot -f 1
-```