make it so we dont have too much indirection
This commit is contained in:
parent
acd04de11a
commit
c49b9e5a6b
3 changed files with 10 additions and 0 deletions
|
@ -72,6 +72,8 @@ for ARCH in ${ARCHES}; do
|
|||
repos+="-r $i "
|
||||
done
|
||||
mergerepo_c -k ${repos}
|
||||
mv merged_repo/repodata/ .
|
||||
rmdir merged_repo/
|
||||
popd
|
||||
|
||||
# Cleanup the trash
|
||||
|
|
|
@ -39,3 +39,5 @@
|
|||
when: exports.changed
|
||||
tags:
|
||||
- nfs/server
|
||||
|
||||
-
|
||||
|
|
6
roles/nfs/server/tasks/storinator-cloud.yml
Normal file
6
roles/nfs/server/tasks/storinator-cloud.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: create physical volume for storage
|
||||
lvol:
|
||||
pv=pv_nfs
|
||||
size=100%FREE
|
||||
shrink=no
|
Loading…
Add table
Add a link
Reference in a new issue