/virtualboxes/syprunner/tasks/cntlm.yml

https://gitlab.com/voxinesshq/docker-factory · YAML · 14 lines · 4 code · 4 blank · 6 comment · 0 complexity · b290956316b10e70ab263fd05ff8327d MD5 · raw file

  1. #
  2. # cntlm
  3. #
  4. - name: install cntlm
  5. apt: state=present name=cntlm
  6. - name: install configfile
  7. copy: src=./files/etc_cntlm.conf dest=/etc/cntlm.conf
  8. #- name: add hash to cntlm.conf
  9. # shell: cntlm -H >> /etc/cntlm.con
  10. # todo add export http_proxy=http://127.0.0.1:3128 for current user