- name: create administrator user: name: administrator update_password: on_create password: "{{ user_administrator_initial_password | password_hash('sha512') }}" create_home: yes generate_ssh_key: yes ssh_key_type: rsa ssh_key_bits: 8192 - name: "create /home/administrator/scripts/" file: path: "/home/administrator/scripts" state: directory owner: administrator group: administrator mode: 0700