summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/main.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2014-10-24 06:44:47 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2014-10-24 06:44:47 +0200
commit4042e1913e2c32ee22b8d2549e831a0ca8ddf43a (patch)
tree1b20cc34d05a874646d6c6e1e1371e0fa63aa7f6 /roles/common/tasks/main.yml
parent2b230dcc9eed01796011430f9dea7174480320a2 (diff)
downloadplaybooks-ansible-4042e1913e2c32ee22b8d2549e831a0ca8ddf43a.tar.gz
playbooks-ansible-4042e1913e2c32ee22b8d2549e831a0ca8ddf43a.tar.xz
playbooks-ansible-4042e1913e2c32ee22b8d2549e831a0ca8ddf43a.zip
Add inventory host section for the update playbook
Add rc files for zsh Switch root login shell to zsh on all host Remove /etc/hosts config for google and facebook domains: Use Bind as authoritative zone server for main domains It will be deployed on vm02 and mosquito hosts Add npm missing package in cozycloud role Remove cozycloud from site.yml because role is not ready to use Add restorecon task on Bind log dir Add dnsserver in site.yml because role is now ready to use
Diffstat (limited to 'roles/common/tasks/main.yml')
-rw-r--r--roles/common/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml
index 95a8874..327f713 100644
--- a/roles/common/tasks/main.yml
+++ b/roles/common/tasks/main.yml
@@ -41,3 +41,6 @@
- name: Installation de rkhunter
include: rkhunter.yml
when: ansible_virtualization_role == "NA" or ansible_virtualization_role == "host"
+
+- name: Changement de shell pour root
+ include: zsh.yml