dawidniezgodka/Create Ansible configuration
Create a custom Ansible configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| existing_config_file_path | If there is a custom Ansible config file, provide the path to it | no | — |
| directory_path | Path to the directory where Ansible config sits. The directory will be created if it does not exist | no | ansible |
| config_file_name | The name of the target Ansible config file. The file will be created in the directory pointed to by directory_path | no | ansible.cfg |
| remote_user | The remote user for Ansible | yes | — |
| inventory_file | The path to the inventory file for Ansible | no | ansible/hosts.cfg |
| private_key_file | The private key for Ansible | no | — |
| roles_path | The path to the folder containing Ansible roles | no | ansible/roles |
| host_key_checking | The host_key_checking option for Ansible | no | False |
| privilege_escalation | Whether the privilege escalation should be true or false | no | True |
| enable_callsbacks | Whether the callbacks should be enabled or not | no | True |
| gathering | Whether the gathering should be smart or explicit | no | smart |
| control_master | Whether the control master should be true or false | no | True |
| control_persist | Whether the control persist should be true or false | no | True |
| control_persist_time | The control persist time for Ansible | no | 600s |
| pipelining | Whether the pipelining should be true or false | no | True |
Outputs
no outputs