aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-07 20:40:29 +0100
committerbinary <me@rgoncalves.se>2020-11-07 20:40:29 +0100
commit33237796544775a622e31dc86df3c9da6c737902 (patch)
tree1d8ecb3eb99679c70a52195e550e70258262ead3 /playbooks
parentda408b3a7a16c6465c9c502e58b9c98509f4313d (diff)
downloadinfrastructure-33237796544775a622e31dc86df3c9da6c737902.tar.gz
Cleanup unused and old configurations
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/p.yml12
-rw-r--r--playbooks/pf.yml8
2 files changed, 0 insertions, 20 deletions
diff --git a/playbooks/p.yml b/playbooks/p.yml
deleted file mode 100644
index 0e37fb8..0000000
--- a/playbooks/p.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-# p.yml
-
----
-
-- hosts: "{{ host }}"
-
- tasks:
-
- - include_role:
- name: "{{ role }}"
- tasks_from: "{{ task }}"
diff --git a/playbooks/pf.yml b/playbooks/pf.yml
deleted file mode 100644
index 683cf69..0000000
--- a/playbooks/pf.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-# pf.yml
-# pf for openbsd hosts.
-
-- hosts: openbsd
-
- roles:
- - pf
remember that computers suck.