macOS-ansible:使用Ansible设置Mac

时间:2021-05-22 05:58:40
【文件属性】:
文件名称:macOS-ansible:使用Ansible设置Mac
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-22 05:58:40
macos ansible playbook HTML Ansible MacOS剧本 这是我在全新安装MacOS之后用来设置所有内容的剧本。 角色/任务 安装Homebrew软件包和应用程序容器(角色homebrew ) 使用 (Role mas )安装App Store应用 安装Node软件包(角色nvm ) 修改MacOS设置(角色settings ) 更改用户外壳程序(如果已配置)(角色shell ) 安装 安装 。 安装Python( brew install python ) 安装Ansible( pip3 install ansible ) 将default.config.yml复制到config.yml然后根据自己的喜好编辑配置。 不要跳过此步骤,否则您的计算机将像我的配置一样:) 运行ansible-playbook main.yml 。 出现提示时输入您的帐户密码。 如果您的配置存储在其他位置(例如,在dotf
【文件预览】:
macOS-ansible-master
----main.yml(1KB)
----templates()
--------config.j2(187B)
----requirements.yml(33B)
----.github()
--------workflows()
----.prettierrc(25B)
----tests()
--------config.yml(2KB)
----LICENSE(1KB)
----roles()
--------shell()
--------mas()
--------nvm()
--------settings()
--------homebrew()
----ansible.cfg(207B)
----hosts(96B)
----.gitignore(105B)
----README.md(2KB)
----.editorconfig(262B)
----default.config.yml(4KB)

网友评论