You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
230B

  1. ---
  2. - name: host_vars directory
  3. local_action: file path=host_vars/{{inventory_hostname}} state=directory
  4. - name: host_vars file
  5. local_action: template src=host_vars.j2 dest=host_vars/{{inventory_hostname}}/ssh_host_key.yml