jtprogru.macos

jtprogru.macos

Stan statusu workflow GitHub Stan statusu workflow GitHub GitHub Rola Ansible Tag GitHub

To jest prosta rola Ansible do konfigurowania nazwy hosta oraz instalowania moich ulubionych aplikacji z Homebrew i Mac App Store.

Zmienne roli

Zobacz defaults/main.yml.

Przykład playbooka

Przykład playbooka:

---
- name: macOS
  hosts: localhost
  connection: local
  become: false
  gather_facts: true

  vars:
    macos_hostname: "cronus"
    macos_homebrew_tap_ext:
      - coreutils
      - ghc

  roles:
    - jtprogru.macos

Autor

Michael Savin aka @jtprogru

Twitter: Obserwuj na Twitterze

Licencja

Zobacz LICENSE

O projekcie

This is sample ansible role used me as boilerplate

Zainstaluj
ansible-galaxy install jtprogru.macos
Licencja
wtfpl
Pobrania
3.6k
Właściciel
#sre #devops #linux #ansible #terraform #python #golang #jtprogru #jtprog #macOS