Totally deprecate scan configuration
This commit is contained in:
parent
7a2c05b131
commit
a682edf3d3
@ -1,12 +0,0 @@
|
||||
#!/usr/bin/env ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: assure scanner user
|
||||
user: name=scanner state=absent
|
||||
tags: [ scanner, greenbone ]
|
||||
- name: assure scanner user sudoers rule
|
||||
lineinfile: path=/etc/sudoers line="scanner ALL=(ALL:ALL) NOPASSWD:ALL" state=absent
|
||||
tags: [ scanner, greenbone ]
|
@ -4,7 +4,6 @@
|
||||
# Preambulatory system configuration
|
||||
# It's implicit that configuration here MUST preceed site_main.yml
|
||||
- import_playbook: all.yml
|
||||
- import_playbook: all_scanner.yml
|
||||
# Platform configuration
|
||||
- import_playbook: "{{ item }}"
|
||||
loop: "{{ lookup('fileglob' 'platforms_*.yml') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user