Skip to content
Snippets Groups Projects
Commit 807189f6 authored by František Dvořák's avatar František Dvořák
Browse files

Files ansible paths refactoring

parent 449eeef7
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 12 deletions
......@@ -120,7 +120,7 @@
- name: Quota script
copy:
dest: /usr/local/bin/xfs-quotas.sh
src: files/xfs-quotas.sh
src: files/usr/local/bin/xfs-quotas.sh
mode: 0755
owner: root
group: root
......@@ -165,7 +165,7 @@
- name: Site k8s cheat sheets
copy:
dest: /etc/profile.d/k8s-cheats.sh
src: files/k8s-cheats.sh
src: files//etc/profile.d/k8s-cheats.sh
mode: preserve
- name: K8s network deployment
......@@ -257,7 +257,7 @@
state: "directory"
- name: Create helm repos custom fact
copy:
src: files/helm_repos.fact
src: files/etc/ansible/facts.d/helm_repos.fact
dest: /etc/ansible/facts.d/helm_repos.fact
mode: 0755
- name: Reload custom facts
......
../../../cesnet-central/playbooks/files/etc
\ No newline at end of file
../../../cesnet-central/playbooks/files/helm_repos.fact
\ No newline at end of file
../../../cesnet-central/playbooks/files/k8s-cheats.sh
\ No newline at end of file
../../../cesnet-central/playbooks/files/usr
\ No newline at end of file
../../../cesnet-central/playbooks/files/xfs-quotas.sh
\ No newline at end of file
../../../cesnet-central/playbooks/files/etc
\ No newline at end of file
../../../cesnet-central/playbooks/files/helm_repos.fact
\ No newline at end of file
../../../cesnet-central/playbooks/files/k8s-cheats.sh
\ No newline at end of file
../../../cesnet-central/playbooks/files/usr
\ No newline at end of file
../../../cesnet-central/playbooks/files/xfs-quotas.sh
\ No newline at end of file
../../../cesnet-central/playbooks/files/etc
\ No newline at end of file
../../../cesnet-central/playbooks/files/helm_repos.fact
\ No newline at end of file
../../../cesnet-central/playbooks/files/k8s-cheats.sh
\ No newline at end of file
../../../cesnet-central/playbooks/files/usr
\ No newline at end of file
../../../cesnet-central/playbooks/files/xfs-quotas.sh
\ No newline at end of file
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