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,8 +5,7 @@ nocows = True
transport = local transport = local
[privilege_escalation] [privilege_escalation]
become=No become_method = sudo
become_method=sudo become_user = root
become_user=root become_ask_pass = False
become_ask_pass=False

View file

@ -16,12 +16,21 @@
roles: roles:
- dotfiles - dotfiles
- name: configure some programms - name: install modules for sound and bluetooth
hosts: thinkpad hosts: thinkpad
tags: tags:
- setup - setup
- pulseaudio
roles: roles:
- firefox - pulseaudio
# - name: improve firefox configuration
# hosts: thinkpad
# tags:
# - setup
# - firefox
# roles:
# - firefox
- name: Install useful packages - name: Install useful packages
hosts: thinkpad hosts: thinkpad