This repository has been archived on 2024-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
sysconfig/ansible.cfg
Hoang Nguyen fb9c5ebaed
Add PAM config for base-session
c199f2b52e.

Also:
- Use TOML as inventory format (to disgust YAML ^-^)
- Adjust TODO list:
  - drop go-audit (unmaintained upstream)
  - add turnstile (more interesting than pam-rundir)
- Drop waydroid role as upstream system config script is a mess
2023-04-01 00:00:00 +07:00

12 lines
229 B
INI

[defaults]
inventory = ./inventory.toml
gathering = explicit
display_skipped_hosts = False
host_key_checking = False
interpreter_python = auto_silent
[ssh_connection]
pipelining = True
scp_if_ssh = smart
transfer_method = smart