Well, first push

This commit is contained in:
git
2023-04-19 17:02:43 +02:00
parent 825b252c9b
commit ee38cf8458
72 changed files with 1195 additions and 3 deletions

16
playbook.yml Normal file
View File

@@ -0,0 +1,16 @@
---
- name: And now all running
hosts: localhost
vars:
user: warezjoe
host: desktop # desktop rpi ntb
roles:
- role: linux_config_init # run with sudo alone
#- role: import_ssh_key # without sudo
#- role: tools_for_command_line
#- role: service_start
#- role: gui_app_init
#- role: ansible-role-docker
# docker_users: "{{ user }}"