Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ansible max hosts?

By default, ansible has a max of 5 forks.
This means, you can only execute the same task in 5 hosts at a time.

sudo vim /etc/ansible/ansible.cnf

[defaults]
forks = 30 (it is your call)
Comment

PREVIOUS NEXT
Code Example
Shell :: fatal error: jansson.h: Aucun fichier ou dossier de ce type 
Shell :: firefox http download allow 
Shell :: lldb for mac 
Shell :: kill debian login terminal 
Shell :: add cls as clear to bash 
Shell :: docker pull adguard home 
Shell :: linux copy with different name 
Shell :: docker port entered blocking state 
Shell :: sudo bash 
Shell :: ubuntu bash zip 
Shell :: bash find path of current script 
Shell :: how to stay opened ubuntu run in terminal 
Shell :: List files in long format with readable file sizes in Linux 
Shell :: install htop sudo add-apt-repository universe 
Shell :: Create directory junction in powershell 
Shell :: rsync id_rsa 
Shell :: Scan all issue with nmap 
Shell :: bit bucket 
Shell :: Could not execute because the application was not found or a compatible .NET SDK is not installed. 
Shell :: How to create a gpt partition table with fdisk 
Shell :: conda install opencv linux server 
Shell :: Comparing float or integers in if using bash 
Shell :: bulk folder creation by windows powershell 
Shell :: how to check a path is file or director in shell script 
Shell :: nc + bash 
Shell :: Send iMessage From Command Line With Bash/Osascript (Osascript = Command Line Version Of Applescript) 
Shell :: git add symlink alias link file folder 
Shell :: GIT: borrar repositorio local git 
Shell :: go back to a folder in git 
Shell :: Install pkgsrc (FreeBSD) package manager 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =