diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-23 17:34:50 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-23 17:34:50 +0100 |
commit | 80153a133d0888b7c0a7b72a9f80ccc6f005c555 (patch) | |
tree | 261af65acfe995e7254152136af119af489c7354 /0 inbox/Updates ansible ad-hoc.md | |
parent | dbe655fca3cf4fc5bc882015006f006764eace52 (diff) |
sorted out inbox
Diffstat (limited to '0 inbox/Updates ansible ad-hoc.md')
-rw-r--r-- | 0 inbox/Updates ansible ad-hoc.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/0 inbox/Updates ansible ad-hoc.md b/0 inbox/Updates ansible ad-hoc.md deleted file mode 100644 index 2b8514c..0000000 --- a/0 inbox/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 -``` |