Restructure roles

This commit is contained in:
hybris 2019-02-04 13:22:51 +01:00
parent 490cb5c3e6
commit 0183d6b307
9 changed files with 11 additions and 10 deletions

View file

@ -1,5 +1,4 @@
---
- name: set proxy for yum
lineinfile:
dest: /etc/yum.conf
@ -31,8 +30,7 @@
- { regexp: '^export\ http_proxy', line: 'export http_proxy=http://[2001:470:6d:22c::1]:3128' }
- { regexp: '^export\ https_proxy', line: 'export https_proxy=http://[2001:470:6d:22c::1]:3128' }
- { regexp: '^export\ ftp_proxy', line: 'export ftp_proxy=http://[2001:470:6d:22c::1]:3128' }
- { regexp: '^export\ no_proxy', line: 'export no_proxy=localhost,::1,' }
- { regexp: '^export\ no_proxy', line: 'export no_proxy=localhost,::1,127.0.0.1' }
- name: ensure proxy env file exists
file: