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 @@ ...@@ -120,7 +120,7 @@
- name: Quota script - name: Quota script
copy: copy:
dest: /usr/local/bin/xfs-quotas.sh dest: /usr/local/bin/xfs-quotas.sh
src: files/xfs-quotas.sh src: files/usr/local/bin/xfs-quotas.sh
mode: 0755 mode: 0755
owner: root owner: root
group: root group: root
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
- name: Site k8s cheat sheets - name: Site k8s cheat sheets
copy: copy:
dest: /etc/profile.d/k8s-cheats.sh dest: /etc/profile.d/k8s-cheats.sh
src: files/k8s-cheats.sh src: files//etc/profile.d/k8s-cheats.sh
mode: preserve mode: preserve
- name: K8s network deployment - name: K8s network deployment
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
state: "directory" state: "directory"
- name: Create helm repos custom fact - name: Create helm repos custom fact
copy: copy:
src: files/helm_repos.fact src: files/etc/ansible/facts.d/helm_repos.fact
dest: /etc/ansible/facts.d/helm_repos.fact dest: /etc/ansible/facts.d/helm_repos.fact
mode: 0755 mode: 0755
- name: Reload custom facts - 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