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

Role Name

create_chrome_bot_user

Description

Creates the ‘chrome-bot’ user.

Variables Required

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

Also requires gather_facts to detect the target operating system.

Example Playbook

# Create the chrome-bit user on all the RPis.
- hosts: rpis
  user: chrome-bot
  gather_facts: yes

  roles:
    - create_chrome_bot_user