#!/usr/bin/env ansible-playbook
- hosts: localhost
become: yes
tasks:
- shell:
uptime
#!/usr/bin/env ansible-playbook
- hosts: localhost
become: yes
tasks:
- shell: uptime
register: my_shell_output
- debug: var=my_shell_output.stdout_lines
Related[edit]
See also[edit]
- Ansible modules:
gather_facts
, ansible.builtin.file
, lineinfile
, stat
, group
, mount
, git:
, package:
, command:
, shell:
, raw:
, template:
, register:
, user:
, Ansible playbooks examples, tasks:
, lineinfile
, shell:
, command:
, raw:
, ansible.builtin.file, service: