You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # see http://docs.ansible.com/intro_configuration.html
- [defaults]
-
- # Do not show skipped hosts
- display_skipped_hosts = False
-
- # Look for the inventory of hosts in the current directory
- inventory = ./hosts
-
- # Connect as 'root' by default via SSH
- remote_user = root
-
- # Do not use cowsay
- nocows = 1
-
- # Connect to up to 50 server in parallel
- forks = 50
-
- # Speed improvement, but may break sudo with requiretty
- pipelining = True
-
- # Log actions
- log_path = ./log
-
- # Path to roles
- roles_path = ansible/roles
|