Skip to content

boga/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The inventory file is required:

all:
  hosts:
    some_host:
      ansible_host: localhost
      ansible_connection: local
      ansible_user: here-comes-username
      ansible_group: of-people
      # If using Homebrew Ansible, pin the interpreter to avoid discovery issues.
      # Example for Intel Homebrew:
      ansible_python_interpreter: /usr/local/bin/python3.14
  vars:
    # Replacement for the deprecated DEFAULT_MANAGED_STR option.
    # Uses template context instead of {file}/{uid}/{host} placeholders.
    ansible_managed: "Ansible managed: {{ template_path }} modified on {{ ansible_facts[\"date_time\"][\"iso8601\"] }} by {{ ansible_facts[\"user_id\"] }} on {{ inventory_hostname }}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •