Red Hat Ansible is a model-driven, configuration management, multi-node deployment/orchestration and remote task execution system.
I need to add group and user without password (nologin user) using Ansible script. I execute the following command: $ansible-playbook …
ansible-playbook ansible-2.xI use a lot of YAML anchors and references in my roles to keep the logic in a single spot …
ansible ansible-playbook ansible-2.xI am using Ansible / Ansible Tower and would like to determine what facts are available on my Windows host. The …
ansible ansible-playbook ansible-factsI have enabled two factor authentication for ssh using duosecurity (using this playbook https://github.com/CoffeeAndCode/ansible-duo ). How can …
ssh ansible ansible-playbook two-factor-authenticationI'm trying to get the MAC address for the current host so that I can use the value in a …
ansible ansible-playbook ansible-factsI have the following version installed: ansible 2.3.0 (devel 2131eaba0c) I want to specify my host variable as external variable …
ansible ansible-playbook ansible-2.xI have two roles, one of which has a group_vars file that is vaulted, and another that is not. …
ansible ansible-playbook ansible-vaultJenkins version: 2.7.4 Ansible/Playbook version: 2.1.1.0 Ansible playbook file: [ vagrant@/tmp ] $ ls -l pb.yml -rw-rw-r--. 1 vagrant vagrant 189 Nov 2 05:39 pb.yml [ …
jenkins ansible-playbook ssh-keys ansible-2.x failed-to-connectI'm having trouble running a full playbook because some of the facts later plays depend on are modified in earlier …
ansible ansible-playbook selinuxOn the Ansible best practices page: http://docs.ansible.com/ansible/playbooks_best_practices.html#top-level-playbooks-are-separated-by-role it shows an example …
ansible roles ansible-playbook organization