[defaults] inventory = $HOME/verchow.inventory remote_user = root vault_password_file = $HOME/.vaults/verchow retry_files_enabled = False host_key_checking = False # by default retrieve all facts subsets # all - gather all subsets # network - gather min and network facts # hardware - gather hardware facts (longest facts to retrieve) # virtual - gather min and virtual facts # facter - import facts from facter # ohai - import facts from ohai # You can combine them using comma (ex: network,virtual) # You can negate them using ! (ex: !hardware,!facter,!ohai) # A minimal set of facts is always gathered. gather_subset = !hardware # additional paths to search for roles or modules in, colon separated roles_path = $HOME/ansible/roles/ library = $HOME/ansible/modules/