]> git.phdru.name Git - ansible.git/blob - playbooks/init-system.yml
Feat: Move common playbooks and roles
[ansible.git] / playbooks / init-system.yml
1 - name: Setup Linux system
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: false
4   roles:
5     - sudo
6     - phd