This repository has been archived on 2021-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
csc-playbooks/disable-login.yml

9 lines
227 B
YAML

---
- hosts: office general-use
remote_user: root
tasks:
- name: copy nologin
copy: src={{ item.src }} dest={{ item.dest }} backup=no
with_items:
- { src: 'files/nologin', dest: '/etc/nologin' }