initial project commit

This commit is contained in:
Chris Hammer 2022-12-06 11:37:23 -05:00
commit 8768db33c9
6 changed files with 43 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
collections/ansible_collections
facts.d

26
ansible.cfg Normal file
View File

@ -0,0 +1,26 @@
[defaults]
inventory = hosts
roles_path = roles
collections_path = collections
remote_tmp = /tmp/.ansible-${USER}/tmp
gathering = smart
gather_timeout = 300
fact_path = facts.d
fact_caching = jsonfile
fact_caching_connection = facts.d
fact_caching_timeout = 300
retry_files_enabled = False
forks = 40
timeout = 30
host_key_checking = False
display_skipped_hosts = False
bin_ansible_callbacks = True
callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer
deprecation_warnings = False
command_warnings = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey

0
collections/.keep Normal file
View File

View File

@ -0,0 +1,6 @@
---
collections:
- name: ansible.posix
- name: community.general
- name: servicenow.itsm

1
hosts Normal file
View File

@ -0,0 +1 @@
localhost ansible_connection=local

8
snow_inventory.yml Normal file
View File

@ -0,0 +1,8 @@
---
plugin: servicenow.itsm.now
query:
- os: = Linux Red Hat
- os: = Windows XP
keyed_groups:
- key: os
prefix: os