aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/p.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-03 23:25:41 +0100
committerbinary <me@rgoncalves.se>2020-11-03 23:25:41 +0100
commitaf78a2b68e25296ecf2187199bb9e3b2ed370e46 (patch)
treebb83708430f0a2b847d43efbfd26e9e0e2df5b8a /playbooks/p.yml
parenta43b2771624f08396c18f21f8392af603164f047 (diff)
downloadinfrastructure-af78a2b68e25296ecf2187199bb9e3b2ed370e46.tar.gz
Move playbook to subdir
Diffstat (limited to 'playbooks/p.yml')
-rw-r--r--playbooks/p.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/p.yml b/playbooks/p.yml
new file mode 100644
index 0000000..0e37fb8
--- /dev/null
+++ b/playbooks/p.yml
@@ -0,0 +1,12 @@
+
+# p.yml
+
+---
+
+- hosts: "{{ host }}"
+
+ tasks:
+
+ - include_role:
+ name: "{{ role }}"
+ tasks_from: "{{ task }}"
remember that computers suck.