[ansible-project] Configuring Ansible on a Red Hat Server to act as a Active Directory / Domain Controller

2017-07-16 Thread Patrick Khew
Hi, I would like to check if it is possible to configure Ansible on a Red Hat Server to make it act as a Active Directory / Domain Controller and if so, how would the basic configuration be like? Regards, Patrick -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] yaml language

2017-07-16 Thread Andreas Olsson
sön 2017-07-16 klockan 22:15 -0700 skrev Kannappan M: > Can  some one  please  guide  how to learn  yaml  codings  from > basics  to expert level to write in ansible playbooks What YAML resources have you managed to find on your own? Which concepts make sense and which don't? // Andreas -- You

[ansible-project] arch of how ansible getting handshaked with satellite 6 for patch update

2017-07-16 Thread Kannappan M
Hi Some one please assist me on the workflow from ansible to satellite server 6 for patch and errata updates Regards Kannappan M -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop

[ansible-project] yaml language

2017-07-16 Thread Kannappan M
Can some one please guide how to learn yaml codings from basics to expert level to write in ansible playbooks -- 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

[ansible-project] Add ansible_host= to /etc/hosts

2017-07-16 Thread John Favorite
Hi, I am having issues getting proper /etc/hosts entries when I specify ansible_host= in my inventory file. I have two task; first behaves as expected; second chokes with no variable ansible_host defined error. Any help or pointers would be much appreciated. tasks: > - name: Build hosts file >

[ansible-project] Getting AWS inventory dynamically after cloudformation

2017-07-16 Thread Hector Goncalves
Hi! currently I'm working on a playbook that creates an AWS cloudformation stack, then gets the ips of the created instances and run some commands on them. I have this project structure: - main.yml - create_cloudformation_stack.yml - post_cfdeploy_tasks.yml - roles/ - .. (some private

Re: [ansible-project] am new to ansible need assistance

2017-07-16 Thread Kannappan M
Thanks Andreas On 17-Jul-2017 12:04 AM, "Andreas Olsson" wrote: sön 2017-07-16 klockan 11:16 -0700 skrev Kannappan M: > Am new to ansible can some one please guide how and > where to start, and also let me know how to write yaml > codding effectively any

Re: [ansible-project] am new to ansible need assistance

2017-07-16 Thread Andreas Olsson
sön 2017-07-16 klockan 11:16 -0700 skrev Kannappan M: > Am  new  to  ansible  can  some  one  please  guide  how  and > where  to start,  and  also  let  me know  how to  write  yaml > codding  effectively any books  or links https://docs.ansible.com/ansible/intro.html is a good starting point.

[ansible-project] am new to ansible need assistance

2017-07-16 Thread Kannappan M
Hi Admins and Friends Am new to ansible can some one please guide how and where to start, and also let me know how to write yaml codding effectively any books or links Regards Kannappan M -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] Issues using pbrun with ansible

2017-07-16 Thread David Cottrell
I think I am hitting the same issues ... some notes here. Only "pbrun /bin/su -" is allowed. No extra commands. No "pbrun my_command.sh". I think this breaks ansible assumptions but is probably fixable with a bit of work. Probably need to send all following commands through STDIN

[ansible-project] Re: Creating environmental variable in ansible playbook

2017-07-16 Thread Prakash Khadka
It should work. See example from @Kai Stian Olstad -- 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