diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-23 17:08:31 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-23 17:08:31 +0100 |
commit | c5e7a50f1dbf3b541ae5547c50d2ec5707a45ca9 (patch) | |
tree | d60c74cacfaf13f123a0946768133619d11494b0 /buffer/Updates ansible ad-hoc.md | |
parent | 496c0c2a44ed21bbfb49f4c6e59c1a749c8b7aea (diff) |
move stuff from buffer to inbox
Diffstat (limited to 'buffer/Updates ansible ad-hoc.md')
-rw-r--r-- | buffer/Updates ansible ad-hoc.md | 19 |
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 -``` |