jtprogru.macos

jtprogru.macos

GitHub 工作流状态 GitHub 工作流状态 GitHub Ansible 角色 GitHub 标签

这是一个简单的 Ansible 角色,用于配置主机名并从 Homebrew 和 Mac 应用商店安装我喜欢的软件。

角色变量

请参见 defaults/main.yml

示例剧本

示例剧本:

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

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

  roles:
    - jtprogru.macos

作者

Michael Savin,别名 @jtprogru

推特: 推特关注

许可

请参见 LICENSE

关于项目

This is sample ansible role used me as boilerplate

安装
ansible-galaxy install jtprogru.macos
许可证
wtfpl
下载
3.6k
拥有者
#sre #devops #linux #ansible #terraform #python #golang #jtprogru #jtprog #macOS