hpc-test-automation/hugin_in_etc_hosts.yml

10 lines
204 B
YAML
Raw Permalink Normal View History

2022-07-08 15:04:12 +02:00
---
- hosts: localhost
tasks:
- name: Add hugin to /etc/hosts
ansible.builtin.lineinfile:
line: '195.169.22.139 hugin'
path: /etc/hosts
state: present
delegate_to: 127.0.0.1