项目作者: ruzickap

项目描述 :
Configure Raspbian (RPi) using Ansible
高级语言: Jinja
项目地址: git://github.com/ruzickap/ansible-raspbian.git
创建时间: 2019-07-17T15:54:32Z
项目社区:https://github.com/ruzickap/ansible-raspbian

开源协议:Apache License 2.0

下载


ansible-raspberry-pi-os

Configure Raspbian (RPi) using Ansible

Preparation

  1. Build the Raspberry Pi OS image using create-rpi-image GitHub Action
  2. Flash the image to the SD card
  3. Boot the RPi with the SD card
    1. Initial user is pi with password raspberry
  4. Run the ansible playbook from shell script run_ansible-raspbian.sh

Notes

Decrypt variables:

  1. cd ansible || exit
  2. ansible localhost -m ansible.builtin.debug -a var="cloudflared_token" -e "@host_vars/raspi.xvx.cz"