jtprogru.install_base_soft

jtprogru.install_base_soft

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

用于在远程服务器上安装基础软件的简单角色。

角色变量

defaults/main.yml

示例剧本

示例剧本:

---
- name: 安装基本软件
  hosts: all
  become: true

  vars:
    base_soft_list_extra:
      - ansible
      - net-tools
      - python3-pip
      - python3-setuptools
      - python3-wheel
      - ansible-lint
      - yamllint

  roles:
    - jtprogru.install_base_soft

许可

LICENSE

关于项目

Ansible role for install basic software

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