Преглед изворни кода

Remove useless settings related to OVH network

Emmanuel Bouthenot пре 6 година
родитељ
комит
c448561991
3 измењених фајлова са 0 додато и 17 уклоњено
  1. 0 2
      roles/common/defaults/main.yml
  2. 0 2
      roles/common/tasks/main.yml
  3. 0 13
      roles/common/tasks/ovh.yml

+ 0 - 2
roles/common/defaults/main.yml

@@ -73,8 +73,6 @@ ssh_allowed_groups:
 
 with_dnscache: False
 
-with_ovh: False
-
 sysfs_disk_settings: False
 
 with_dotfiles: False

+ 0 - 2
roles/common/tasks/main.yml

@@ -11,8 +11,6 @@
 - include_tasks: firewall.yml
   tags: [firewall]
   when: with_firewall
-- include_tasks: ovh.yml
-  when: with_ovh
 - include_tasks: security.yml
   tags: [security]
 - include_tasks: smtp.yml

+ 0 - 13
roles/common/tasks/ovh.yml

@@ -1,13 +0,0 @@
-- name: Install kernel configuration for OVH dedicated servers (proc)
-  template: src=kernel/sysctl.d/{{ item }}.j2 dest=/etc/sysctl.d/{{ item }} owner=root group=root mode=0644
-  with_items:
-      - 01-ovh-network.conf
-  notify:
-    - Apply kernel configuration (proc)
-
-- name: Install kernel configuration for OVH dedicated servers (sys)
-  template: src=kernel/sysfs.d/{{ item }}.j2 dest=/etc/sysfs.d/{{ item }} owner=root group=root mode=0644
-  with_items:
-      - 01-ovh-network.conf
-  notify:
-    - Refresh sysfs configuration