文件名称:ansible-role-pypi:用于在systemd centos系统上配置pypi服务器的ansible角色
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-27 10:18:14
python ansible vagrant molecule testinfra
comcast.pypi 设置最少的pypi服务器的角色 角色变量 pypi_server_version :'要安装和使用的pypiserver轮的版本。 默认值: 1.2.0 。 pypi_user :'运行pypi服务器服务的用户。 如果不存在,它将被创建。 默认值: pypi 。 pypi_group :'pypi_user是成员的组。 默认值: pypi 。 pypi_server_port :'pypi服务器将侦听的端口。 默认值: 7974 。 pypi_home_dir :'pypi用户的主目录。 默认值: /srv/pypi 。 pypi_work_dir :'p
【文件预览】:
ansible-role-pypi-master
----handlers()
--------main.yml(222B)
----NOTICE(157B)
----playbook.yml(56B)
----tasks()
--------main.yml(2KB)
--------install_RedHat_packages.yml(376B)
--------install_Debian_packages.yml(254B)
----defaults()
--------main.yml(615B)
----templates()
--------pypi-server-requirements.txt.j2(53B)
--------pypi-server.service.j2(799B)
----tests()
--------test_default.py(1KB)
----LICENSE(11KB)
----vars()
--------main.yml(33B)
--------RedHat.yml(110B)
--------Debian.yml(92B)
----.gitignore(70B)
----test-reqs.txt(660B)
----molecule.yml(788B)
----README.md(5KB)
----meta()
--------main.yml(259B)