mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
improve ansible.cfg
This commit is contained in:
parent
84eff9be7b
commit
c7a2e68ea7
2 changed files with 14 additions and 6 deletions
|
@ -5,8 +5,7 @@ nocows = True
|
|||
transport = local
|
||||
|
||||
[privilege_escalation]
|
||||
become=No
|
||||
become_method=sudo
|
||||
become_user=root
|
||||
become_ask_pass=False
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
|
||||
|
|
13
setup.yml
13
setup.yml
|
@ -16,12 +16,21 @@
|
|||
roles:
|
||||
- dotfiles
|
||||
|
||||
- name: configure some programms
|
||||
- name: install modules for sound and bluetooth
|
||||
hosts: thinkpad
|
||||
tags:
|
||||
- setup
|
||||
- pulseaudio
|
||||
roles:
|
||||
- firefox
|
||||
- pulseaudio
|
||||
|
||||
# - name: improve firefox configuration
|
||||
# hosts: thinkpad
|
||||
# tags:
|
||||
# - setup
|
||||
# - firefox
|
||||
# roles:
|
||||
# - firefox
|
||||
|
||||
- name: Install useful packages
|
||||
hosts: thinkpad
|
||||
|
|
Loading…
Reference in a new issue