Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 1270170

Ansible is an IT automation tool. Use this tag for questions regarding the Ansible IT automation tools.

0 votes
0 answers
2 views

How to correctly shutdown widows systems via ansible

We have a working setup for ansible with windows via ssh. … I know ssh is officially not supported, but the following behavior is more random: For our laptops I want to shut them down via ansible after maintenance. …
MaKaNu's user avatar
  • 145
1 vote
1 answer
37 views

How to handle big files with ansible

While testing ansible, I stumbled over an issue with big files and ansible. … My ansible directory for testing looks something like this: ansible |- ansible-testing | |- .git | |- big-file-playbook.yml |- storage |- bigfile.iso This works but since the iso is around 12 GB …
MaKaNu's user avatar
  • 145