Skip to content
Snippets Groups Projects
Commit b847a418 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[logos] Use custom role to deploy logos


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 2e1e8d14
No related branches found
No related tags found
1 merge request!245Deploy logos on some services
#!/usr/bin/env ansible-playbook
---
- hosts: server
roles:
- logos
File moved
File moved
File moved
File moved
File moved
---
- name: Deploy custom logos
copy:
src: "{{ item.which }}"
dest: "{{ item.where }}"
owner: "{{ item.owner|default('root') }}"
group: "{{ item.group|default('root') }}"
mode: "{{ item.mode|default('0644') }}"
loop: "{{ logos|default([]) }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment