forked from ISTI-ansible-roles/ansible-roles
Merge pull request 'master' (!236) from adellam/ansible-roles:master into master
Reviewed-on: ISTI-ansible-roles/ansible-roles#236
This commit is contained in:
commit
fbdc1cbc16
|
@ -1,5 +1,10 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: '../../library/roles/memcached', when: freeradius_local_memcache_support }
|
||||
- { role: '../../library/roles/redis', when: freeradius_local_redis_support }
|
||||
|
||||
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-memcached.git
|
||||
version: master
|
||||
name: memcached
|
||||
state: latest
|
||||
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-redis.git
|
||||
version: master
|
||||
name: redis
|
||||
state: latest
|
||||
|
|
|
@ -42,6 +42,8 @@ default_python_packages:
|
|||
- python3-lxml
|
||||
- python-boto
|
||||
- python-ipaddress
|
||||
- python-setuptools
|
||||
- python3-setuptools
|
||||
|
||||
# Set this variable in your playbook
|
||||
# additional_packages:
|
||||
|
|
Loading…
Reference in New Issue