Add 'client-playbook/' from commit '13f29ce5f74bba0376e04189e757cb9718cf2f93'

git-subtree-dir: client-playbook
git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6
git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
This commit is contained in:
2023-04-18 14:42:10 +02:00
75 changed files with 1320 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- collection-developer-base

View File

@@ -0,0 +1,11 @@
- name: install arduino developer tools
community.general.pacman:
name:
- arduino
- arduino-docs
state: present
- name: Adding user {{client_username}} to relevant arduino usergroups
user: name={{client_username}}
groups=uucp lock
append=yes