Issue 52 (#53)
* add fact scan * add fact scan * update patching role * dont ask limit * add become
This commit is contained in:
12
linux/fact_scan.yml
Normal file
12
linux/fact_scan.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: "{{ HOSTS }}"
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: get packages
|
||||
ansible.builtin.package_facts:
|
||||
|
||||
- name: get services
|
||||
ansible.builtin.service_facts:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user