增加自检打包和roles 规则

This commit is contained in:
root
2020-07-07 06:23:37 +08:00
parent 2c2efeade0
commit 9fc6d3f40c
6 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: "download rpm package by rpm list"
yum:
name: "{{ item.name }}"
state: present
download_only: true
download_dir: "{{ item.downpath }}"
with_dict: "{{ rpmlist }}"