aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.yml8
-rw-r--r--roles/tools/vars/main.yml1
2 files changed, 9 insertions, 0 deletions
diff --git a/requirements.yml b/requirements.yml
new file mode 100644
index 0000000..770b5b9
--- /dev/null
+++ b/requirements.yml
@@ -0,0 +1,8 @@
+
+# ansible requirements and collections
+
+---
+
+collections:
+ - name: community.general
+ source: https://galaxy.ansible.com
diff --git a/roles/tools/vars/main.yml b/roles/tools/vars/main.yml
index f2c0942..541955b 100644
--- a/roles/tools/vars/main.yml
+++ b/roles/tools/vars/main.yml
@@ -30,3 +30,4 @@ tools_pkgs:
openbsd:
- sshfs-fuse
- wireguard-tools
+ - py3-lxml
remember that computers suck.