ansible-role-unattended-upgrades:在基于Debian的系统上设置无人值守升级

时间:2024-03-31 09:44:00
【文件属性】:

文件名称:ansible-role-unattended-upgrades:在基于Debian的系统上设置无人值守升级

文件大小:24KB

文件格式:ZIP

更新时间:2024-03-31 09:44:00

系统开源

无人值守的Ansible升级角色 为Ubuntu和Debian(自Wheezy起)安装和设置,以定期安装安全升级。 注意:如果您使用的角色版本为0.0.1,则可以删除文件/etc/apt/apt.conf.d/10periodic ,因为不再需要该文件。 您可以使用以下一次性命令: ansible -m file -a "state=absent path=/etc/apt/apt.conf.d/10periodic" 要求 该角色使用,该具有其他依赖性。 如果将unattended_mail设置为电子邮件地址,请确保mailx命令可用并且您的系统能够发送电子邮件。 该角色需要无人值守升级版本0.70和更高版本,该版本分别从Debian Wheezy和Ubuntu 12.04开始可用。 这是由于使用了 。 如果您的系统上没有此功能,则可以使用Role


【文件预览】:
ansible-role-unattended-upgrades-master
----.gitignore(19B)
----defaults()
--------main.yml(5KB)
----templates()
--------unattended-upgrades.j2(4KB)
--------auto-upgrades.j2(822B)
----meta()
--------main.yml(676B)
----.travis.yml(297B)
----LICENSE(18KB)
----.github()
--------workflows()
----README.md(11KB)
----tests()
--------ansible.cfg(59B)
--------test.sh(513B)
--------requirements.yml(68B)
--------test.yml(2KB)
--------inventory(84B)
----.ansible-lint(21B)
----vars()
--------Debian.yml(105B)
--------Ubuntu.yml(104B)
--------Debian-wheezy.yml(395B)
----handlers()
--------main.yml(44B)
----tasks()
--------unattended-upgrades.yml(953B)
--------main.yml(56B)
--------reboot.yml(245B)
----.editorconfig(147B)

网友评论