Totally deprecate scan configuration

This commit is contained in:
Salt 2022-04-18 11:13:07 -05:00
parent 7a2c05b131
commit a682edf3d3
2 changed files with 0 additions and 13 deletions

View File

@ -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 ]

View File

@ -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') }}"