Skip to content

Instantly share code, notes, and snippets.

@rmn-lux
Created March 28, 2017 08:04
Show Gist options
  • Select an option

  • Save rmn-lux/7e6caf6900353f9144af0d2125b673aa to your computer and use it in GitHub Desktop.

Select an option

Save rmn-lux/7e6caf6900353f9144af0d2125b673aa to your computer and use it in GitHub Desktop.

Revisions

  1. rmn-lux created this gist Mar 28, 2017.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    - name: ensure file exists
    copy:
    content: ""
    dest: /etc/nologin
    force: no
    group: sys
    owner: root
    mode: 0555