[ansible-project] Package module returns error 'package' is not a valid attribute for a Play

2015-11-20 Thread Brian Dunbar
All, This made me unreasonably excited. http://docs.ansible.com/ansible/package_module.html And end to having to define multiple statements for each 'linux distro'. Neat! 'Installed' Ansible 2 locally .. $ ansible --version ansible 2.0.0 (devel 591c81e95f) last updated 2015/11/20 10:08:09

Re: [ansible-project] Package module returns error 'package' is not a valid attribute for a Play

2015-11-20 Thread Brian Dunbar
ay, November 20, 2015, Brian Dunbar <brian@gmail.com > > wrote: > >> All, >> >> This made me unreasonably excited. >> >> http://docs.ansible.com/ansible/package_module.html >> >> And end to having to define multiple statements for each 'linux

[ansible-project] Ansible Hardening Guide

2015-01-13 Thread Brian Dunbar
myself a lot of work? Brian Dunbar Reliam -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group

[ansible-project] User add playbook question - something is wrong and I don't know what

2014-05-28 Thread Brian Dunbar
I have a playbook, the task consistently flags one user as 'ok' and one user as 'changed'. See this gist: https://gist.github.com/bdunbar/ec35fb02d4147ad1f5b5 Why is this? Clearly the user already exists, so it _should_ be 'ok' and not 'changed'. I'm doing something wrong, and I'd like to

Re: [ansible-project] User add playbook question - something is wrong and I don't know what

2014-05-28 Thread Brian Dunbar
are the systems different? On Wed, May 28, 2014 at 9:57 AM, Brian Dunbar brian@gmail.comjavascript: wrote: I have a playbook, the task consistently flags one user as 'ok' and one user as 'changed'. See this gist: https://gist.github.com/bdunbar/ec35fb02d4147ad1f5b5 Why is this? Clearly

[ansible-project] Users - passwords - not getting it

2014-05-28 Thread Brian Dunbar
I want to create an account, and a password. Then tell the user what that password is. see here https://gist.github.com/bdunbar/6b60d8a14e5ef2af8ebe I have the same problem when I use this shell: mkpasswd --method=SHA-512 The thing I'm not getting - and I'm sure this is a mental block, or