2

I have a bunch of Raspberry Pi devices that I only configure over the serial console. I am hoping to configure Ansible to update them for me.

I can't find any obvious way to do it (on this list for example: Plugins)

Do I need to write my own connector? Or is there an obvious way to use Ansible of a serial console that I am missing?

U880D
  • 8,601
  • 6
  • 24
  • 40
Alex028502
  • 3,486
  • 2
  • 23
  • 50

1 Answers1

1

Do I need to write my own connector

Right, currently, there is no serial connection possible out-of-box. You will need a connector like Ansible Serial Unix and enhance em for your needs (if necessary).

U880D
  • 8,601
  • 6
  • 24
  • 40