system.hosts.yml 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 --- # playbook files for configure linux /etc/resove.conf # author: chunhua.zhang - hosts: java-ufo-fore remote_user: root tasks: - name: add to /etc/hosts lineinfile: dest: /etc/hosts line: '172.31.70.26 search.yohoops.org' state: present