ansible에 lineinfile(https://docs.ansible.com/ansible/latest/modules/lineinfile_module.html)이라는 모듈이 있다.
- name: replace config
become: true
lineinfile:
path: /usr/local/zookeeper/conf/zoo.conf
regexp: '^#maxClientCnxns'
line: 'maxClientCnxns'
'Ansible-Puppet-Chef' 카테고리의 다른 글
[ansible] ubuntu 16에 no_proxy가 안먹는 이슈가 (0) | 2019.01.09 |
---|---|
ansible 설치 (virtualenv) (0) | 2018.12.18 |
[ansible] 배포될 서버의 호스트명 얻는 방법 (0) | 2018.04.02 |
[ansible] become (0) | 2018.02.01 |
[ansible] ERROR! Specified --limit does not match any hosts 에러 (0) | 2018.02.01 |