summaryrefslogtreecommitdiffstats
path: root/roles/common
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-05-09 08:20:22 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-05-09 08:20:22 +0200
commit0c6e92d647266da9ac653c607cac0b6d54ef4666 (patch)
tree34a4d78953487ebf5371f4ddb6ba35fdd4fa81b2 /roles/common
parentf035f9b5c095fe25120b8ef8b83f187eb02f1307 (diff)
downloadplaybooks-ansible-0c6e92d647266da9ac653c607cac0b6d54ef4666.tar.gz
playbooks-ansible-0c6e92d647266da9ac653c607cac0b6d54ef4666.tar.xz
playbooks-ansible-0c6e92d647266da9ac653c607cac0b6d54ef4666.zip
cleanup cron and gitignore, update client pkgs list
Diffstat (limited to 'roles/common')
-rw-r--r--roles/common/files/reboot-auto.crontab2
-rw-r--r--roles/common/tasks/cron.yml3
2 files changed, 0 insertions, 5 deletions
diff --git a/roles/common/files/reboot-auto.crontab b/roles/common/files/reboot-auto.crontab
deleted file mode 100644
index c7b6983..0000000
--- a/roles/common/files/reboot-auto.crontab
+++ /dev/null
@@ -1,2 +0,0 @@
-# Reboot du Dimanche
-40 4 * * 7 root systemctl reboot
diff --git a/roles/common/tasks/cron.yml b/roles/common/tasks/cron.yml
index 05013bf..a5d7f8e 100644
--- a/roles/common/tasks/cron.yml
+++ b/roles/common/tasks/cron.yml
@@ -21,6 +21,3 @@
- name: Rapport d'uptime des machines physiques
copy: src=uptimereport.sh dest=/etc/cron.weekly/a-uptimereport.sh mode=755
when: ansible_virtualization_role == "NA" or ansible_virtualization_role == "host"
-
-- name: Reboot automatique
- copy: src=reboot-auto.crontab dest=/etc/cron.d/reboot-auto mode=644