-
Freezed authored
- Add config files for my_user - Add ssh config file - Add dotfiles for root - Add GPS prune config (my_user) - Add idempotence to font config
Freezed authored- Add config files for my_user - Add ssh config file - Add dotfiles for root - Add GPS prune config (my_user) - Add idempotence to font config
main.yml 276 B
---
- hosts: "{{ host_list }}"
become_user: "{{ my_user }}"
become_method: su
remote_user: root
tasks:
- name: "IMPORT_TASKS | root"
ansible.builtin.import_tasks: root.yml
- name: "IMPORT_TASKS | {{ my_user }}"
ansible.builtin.import_tasks: my_user.yml