From c7a2e68ea752e724504e40f709c72f65ddd6b250 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 19 Feb 2019 19:03:40 +0100 Subject: [PATCH] improve ansible.cfg --- ansible.cfg | 7 +++---- setup.yml | 13 +++++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index f181b4e..13586cd 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 diff --git a/setup.yml b/setup.yml index 34ecbb8..e3b601f 100644 --- a/setup.yml +++ b/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