diff inventory.py @ 0:1550a6db59b3

first ported section from ansible. shorter, faster, clearer.
author drewp@bigasterisk.com
date Thu, 04 Nov 2021 00:47:36 -0700
parents
children b664f1027992
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inventory.py	Thu Nov 04 00:47:36 2021 -0700
@@ -0,0 +1,7 @@
+ssh_user = 'root'
+ssh_key = '/root/.ssh/id_ecdsa'
+
+big = [
+    'bang',
+    'slash'
+]