Files
ansible_uni_deploy/playbook.yml
2023-06-21 14:03:30 +02:00

15 lines
334 B
YAML

---
- name: And now all running
hosts: mintotaur
vars:
user: warezjoe
host: ntb # desktop rpi ntb
roles:
- role: linux_config_init
- 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 }}"