From 1bcc9d73ecbdf945c4f3812c646cb9ab04a08dbf Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 13 Jun 2024 13:14:10 -0700 Subject: Add ansible.cfg definition --- home/nipsy/richese.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'home') diff --git a/home/nipsy/richese.nix b/home/nipsy/richese.nix index 17d39fd..41f0d21 100644 --- a/home/nipsy/richese.nix +++ b/home/nipsy/richese.nix @@ -4,4 +4,16 @@ common/core common/optional/desktops ]; + + home.file.".ansible.cfg".text = '' + [defaults] + forks=5 + timeout=600 + + [ssh_connection] + ssh_args=-o BatchMode=yes -o ControlMaster=auto -o ControlPersist=8h -o Compression=yes + control_path=/dev/shm/%%C + control_path_dir=/dev/shm + pipelining=True + ''; } -- cgit v1.2.3