Re: [ansible-project] Install raid1 and bios on a HP ilo server

2020-08-29 Thread Igor Gnatenko
visit > https://groups.google.com/d/msgid/ansible-project/77ab9b14-994e-4750-a9d5-68e27a6dc714n%40googlegroups.com. -- -Igor Gnatenko -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and st

Re: [ansible-project] Is there a strategy that runs on X hosts as fast as possible

2020-08-09 Thread Igor Gnatenko
: > > On Sun, 9 Aug 2020 04:33:58 -0700 (PDT) > Igor Gnatenko wrote: > > > Basically I am looking for something like `parallel -jX` linux command. At > > any time it runs up to X threads with a command. > > That's what strategy "host_pinned" does. See > http

[ansible-project] Is there a strategy that runs on X hosts as fast as possible

2020-08-09 Thread Igor Gnatenko
Basically I am looking for something like `parallel -jX` linux command. At any time it runs up to X threads with a command. I noticed that serial: 2 with any strategy will wait for play to run on these 2 hosts and only after that it will move to the next ones. However, I'd like Ansible to run

[ansible-project] Getting vault ID passwords in playbook

2019-07-29 Thread Igor Gnatenko
Hello, I would like to set up one host to run ansible-pull, however since credentials are encrypted with ansible-vault I need some way to deliver those credentials to that host. Is there way to get passed passwords from the playbook? Thanks for help in advance! -- You received this message