raw

Collection: builtin

Full Name: parallax.builtin.raw

Aliases: ansible.builtin.raw, raw

Synopsis

Run a command over the connection with no module machinery at all

Parameters

NameTypeRequiredDefaultDescription
free_formstringyesThe raw module takes a free form command to run
executablestringChange the shell used to execute the command

Example

- name: Bootstrap a host that has nothing installed yet
  raw: uname -srm