diff options
Diffstat (limited to 'playbooks/setup_single.yaml')
-rw-r--r-- | playbooks/setup_single.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/setup_single.yaml b/playbooks/setup_single.yaml new file mode 100644 index 0000000..f080bf9 --- /dev/null +++ b/playbooks/setup_single.yaml @@ -0,0 +1,7 @@ +- name: Setup Services + hosts: all + gather_facts: false + tasks: + - name: Setup cgit + include_role: + name: "roles/cgit" |