Skip to content

Instantly share code, notes, and snippets.

@hryamzik
Created April 24, 2015 10:05
Show Gist options
  • Select an option

  • Save hryamzik/895c6be0acaf0dc770ec to your computer and use it in GitHub Desktop.

Select an option

Save hryamzik/895c6be0acaf0dc770ec to your computer and use it in GitHub Desktop.
---
- hosts: all
  sudo: yes
  tasks:
    - name: Remove user ubuntu
      user: name=ubuntu remove=yes state=absent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment