extra pkg and specific task as a result; add hub.thezengarden.net -> 10.1.1.126

This commit is contained in:
2022-03-10 00:07:03 -05:00
parent 7a537451f3
commit 22c826e57a
3 changed files with 7 additions and 9 deletions

View File

@ -1,12 +1,4 @@
---
# tasks file for zen_rev_proxy
- name: alter package list for centos
set_fact:
proxy_package_list: ['nginx','git']
tags: always
when: ansible_distribution == "CentOS"
- name: install proxy packages
package:
name : "{{ proxy_package_list }}"