diff --git a/.ansible.cfg b/.ansible.cfg index e04a513..74a34dc 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -134,7 +134,7 @@ ;hash_behaviour=replace # (pathlist) Comma separated list of Ansible inventory sources -;inventory=/etc/ansible/hosts +inventory=/etc/ansible/hosts # (pathspec) Colon separated paths in which Ansible will search for HttpApi Plugins. ;httpapi_plugins={{ ANSIBLE_HOME ~ "/plugins/httpapi:/usr/share/ansible/plugins/httpapi" }} @@ -649,7 +649,7 @@ interpreter_python=auto_silent [netconf_connection] # (string) This variable is used to enable bastion/jump host with netconf connection. If set to True the bastion/jump host ssh settings should be present in ~/.ssh/config file, alternatively it can be set to custom ssh configuration file path to read the bastion/jump host settings. -;ssh_config= +ssh_args = -o ForwardAgent=yes [paramiko_connection] diff --git a/.config/autostart.toml b/.config/autostart.toml index 2a71c1e..d9ac440 100644 --- a/.config/autostart.toml +++ b/.config/autostart.toml @@ -10,7 +10,7 @@ spotify = 'spotifyd --no-daemon' sxhkd = 'sxhkd' syncthing = 'syncthing -no-browser' teamspeak = 'flatpak run com.teamspeak.TeamSpeak -nosingleinstance' -unclutter = 'unclutter --timeout 3' +unclutter = 'unclutter --timeout=3 --ignore-scrolling --exclude-root' xcompmgr = 'xcompmgr -cnfFn -D3' [portalo]