- name: copy index.html

  copy:

    src: files/index.html

    dest: /usr/share/nginx/html/index.html

    mode: "0644"

    

    

mode 매개 변수를 0으로 시작하지 않거나 문자열로 인용하면 앤서블은 이 값을 8진수가 아닌 10진수로 해석하고 예상한 대로 파일 사용 권한을 설정하지 않는다. 자세한 내용은 깃허브(http://bit.ly/1GASfbl)를 참조한다.







'Ansible-Puppet-Chef' 카테고리의 다른 글

앤서블의 호스트 지정 패턴  (0) 2019.01.19
ansible-vault 간단 커맨드  (0) 2019.01.19
ansible-galaxy  (0) 2019.01.14
[ansible] ubuntu 16에 no_proxy가 안먹는 이슈가  (0) 2019.01.09
ansible 설치 (virtualenv)  (0) 2018.12.18
Posted by '김용환'
,