1
0
Fork 0
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:
L3D 2019-02-19 19:03:40 +01:00
parent 84eff9be7b
commit c7a2e68ea7
2 changed files with 14 additions and 6 deletions

View file

@ -5,7 +5,6 @@ nocows = True
transport = local
[privilege_escalation]
become=No
become_method = sudo
become_user = root
become_ask_pass = False

View file

@ -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