tree: 3d579b4ab822ca2713af13e7ccf5e3fc9de6ae24 [path history] [tgz]
  1. meta/
  2. tasks/
  3. README.md
skolo/ansible/switchboard/roles/set_root_password/README.md

Role Name

set_root_password

Description

Sets the root password.

Variables Required

This role requires the secrets.skolo_password, which is loaded via the required role load_secret_vars.

Example Playbook

# Set root password on rpis,
- hosts: "{{ variable_hosts | default('rpis') }}"
  user: root

  roles:
    - set_root_password