Add facts script for Sat>IP
This commit is contained in:
@@ -57,5 +57,11 @@
|
||||
dest: /etc/ansible/facts.d/hardware.facts
|
||||
mode: '0775'
|
||||
|
||||
- name: copy facts script for Sat>IP server detection
|
||||
copy:
|
||||
src: files/satip.facts.py
|
||||
dest: /etc/ansible/facts.d/satip.facts
|
||||
mode: '0775'
|
||||
|
||||
- name: reload ansible local facts
|
||||
setup: filter=ansible_local
|
||||
|
||||
Reference in New Issue
Block a user