https://unix.stackexchange.com/questions/103920/parallelize-a-bash-for-loop
Sample task
task(){
sleep 0.5; echo "$1";
}
Sequential runs
https://unix.stackexchange.com/questions/103920/parallelize-a-bash-for-loop
Sample task
task(){
sleep 0.5; echo "$1";
}
Sequential runs
| gitlab: | |
| image: 'gitlab/gitlab-ee:latest' | |
| restart: always | |
| hostname: 'gitlab.mycompany.tld' | |
| environment: | |
| GITLAB_OMNIBUS_CONFIG: | | |
| external_url 'https://gitlab.mycompany.tld' | |
| # https://docs.gitlab.com/omnibus/settings/ssl.html | |
| letsencrypt['enable'] = true | |
| letsencrypt['auto_renew'] = true |