Skip to content

Ansible добавть в конец файла /etc/hosts

    - name: add hosts
      lineinfile:
        dest: /etc/hosts
        regexp: ''
        line: '127.0.0.2 test.site'
        insertafter: EOF
        backup: yes
Published inOrchestration

Be First to Comment

Залишити відповідь

Ваша e-mail адреса не оприлюднюватиметься. Обов’язкові поля позначені *