[libvirt] [libvirt-jenkins-ci PATCH v2 01/16] ansible: Initial support

Andrea Bolognani abologna at redhat.com
Mon Oct 9 07:36:00 UTC 2017


On Fri, 2017-10-06 at 14:48 +0200, Andrea Bolognani wrote:
> diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
> new file mode 100644
> index 0000000..ca02677
> --- /dev/null
> +++ b/ansible/ansible.cfg
> @@ -0,0 +1,8 @@
> +[defaults]
> +display_skipped_hosts = False
> +forks = 16
> +inventory = ./inventory
> +log_path = ./log
> +nocows = 1
> +pipelining = True
> +squash_actions = package

This won't work. Assume

  diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
  index ca02677..6b18c57 100644
  --- a/ansible/ansible.cfg
  +++ b/ansible/ansible.cfg
  @@ -4,5 +4,7 @@ forks = 16
   inventory = ./inventory
   log_path = ./log
   nocows = 1
  -pipelining = True
   squash_actions = package
  +
  +[ssh_connection]
  +pipelining = True

has been squashed in.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list