X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Froles%2Fvm%2Fhost%2Ftasks%2Fmain.yml;h=dc9a0a317956bde98b2d45fa70cbd62e7a84121f;hb=782d606069d9dbeebe85a2a797a077c0c177de4b;hp=a7b018ce5d8d9cdb5aab428acd0d6a873fcea8fd;hpb=6bb47a9c4945173b60b3bc4d337a59d7cbdc141d;p=noc.git diff --git a/ansible/roles/vm/host/tasks/main.yml b/ansible/roles/vm/host/tasks/main.yml index a7b018c..dc9a0a3 100644 --- a/ansible/roles/vm/host/tasks/main.yml +++ b/ansible/roles/vm/host/tasks/main.yml @@ -2,8 +2,6 @@ - name: install dependencies apt: name: - - atftpd - - openbsd-inetd - qemu-kvm - libvirt-bin - python-libvirt @@ -17,13 +15,6 @@ path: /etc/default/haveged notify: restart haveged -- name: configure tftpd via inetd - lineinfile: - regexp: "^#?({{ vm_host.network.ip }}:)?tftp" - line: "{{ vm_host.network.ip }}:tftp dgram udp4 wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --maxthread 10 --verbose=5 {{ vm_host.installer.preseed_path }}" - path: /etc/inetd.conf - notify: restart inetd - - name: make sure installer directories exists with_items: - "{{ vm_host.installer.path }}"