增加vendor目录, 存储相关依赖rpm包, 可以在离线环境下使用ansible安装wannat模块.

This commit is contained in:
lijia
2021-09-27 17:32:11 +08:00
parent f1464d9403
commit f110013aaa
11 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# You should modify these variables according to your network environment.
wannat_global:
common:
redis_server_ip: "192.168.44.72"

View File

@@ -1,4 +1,5 @@
for example:
step 1: cd wannat_ansible_script
step 2: update deploy_env/group_vars/all.yml and deploy_env/hosts variables according to the actual environment
step 3: ansible-playbook -i deploy_env/hosts wannat-install.yml
step 3: ansible-playbook -i deploy_env/hosts wannat-install.yml

View File

@@ -25,8 +25,15 @@
tags: template
- name: "Template the dictionary config file"
template:
src: "{{ role_path }}/templates/dictionary.j2"
dest: /usr/share/radiusclient-ng/dictionary
tags: template
- name: "Template the dictionary.microsoft config file"
template:
src: "{{ role_path }}/templates/dictionary.microsoft.j2"
dest: /usr/share/radiusclient-ng/dictionary.microsoft
tags: template

BIN
vendor/ansible-2.9.25-1.el7.noarch.rpm vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
vendor/sshpass-1.06-2.el7.x86_64.rpm vendored Normal file

Binary file not shown.