Skip to content

colstrom/ansible-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-ansible

Ansible is Simple IT Automation

Platforms

Tunables

  • ansible_forks_default (integer) - Number of concurrent requests Ansible can make
  • ansible_host_key_checking_default (boolean) - Check SSH Host Keys?
  • ansible_privilege_escalation_default (boolean) - Should playbooks try to become a privileged user by default?

Dependencies

Example Playbook

- hosts: servers
  roles:
   - role: colstrom.ansible
     ansible_host_key_checking_default: no
     ansible_privilege_escalation_default: yes

License

MIT

Contributors

About

Ansible Role for Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •