Compare commits

...

2 Commits

Author SHA1 Message Date
B.E. Droge dd21cdf8ef Merge pull request 'Another dirty playbook.' (#2) from egon into master
Reviewed-on: #2
Reviewed-by: B.E. Droge <b.e.droge@rug.nl>
2022-07-08 15:08:35 +02:00
Egon Rijpkema 770758cb4d Another dirty playbook. 2022-07-08 15:06:42 +02:00
1 changed files with 9 additions and 0 deletions

9
hugin_in_etc_hosts.yml Normal file
View File

@ -0,0 +1,9 @@
---
- 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