diff options
Diffstat (limited to 'playbooks/p.yml')
-rw-r--r-- | playbooks/p.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/p.yml b/playbooks/p.yml new file mode 100644 index 0000000..49c3200 --- /dev/null +++ b/playbooks/p.yml @@ -0,0 +1,13 @@ + +# p.yml +# Execute only one role + +--- + +- hosts: "{{ host }}" + + tasks: + + - include_role: + name: "{{ role }}" + tasks_from: "{{ task }}.yml" |