Automated solution for hosting email, web, DNS, XMPP, Git, and ZNC on OpenBSD.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- [defaults]
- inventory = inventory.ini
- retry_files_enabled = False
-
- [privilege_escalation]
- become = True
- become_method = doas
-
- [connection]
- pipelining = True
|