Files
ansible_uni_deploy/playbook.yml
2023-05-18 16:13:37 +02:00

16 lines
380 B
YAML

---
- name: And now all running
hosts: localhost
vars:
user: warezjoe
host: desktop # desktop rpi ntb
roles:
# run with sudo alone
- 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 }}"