Difference between revisions of "Ansible privilege escalation"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== Related == | == Related == | ||
* <code>[[ansible --help]]</code> | * <code>[[ansible --help]]</code> | ||
− | * <code>[[/etc/ansible/ansible.cfg]]</code> | + | * <code>[[/etc/ansible/ansible.cfg]]</code> and <code>timeout=30</code> |
== See also == | == See also == | ||
* {{Ansible}} | * {{Ansible}} |
Revision as of 15:33, 6 January 2022
fatal: [your_machine.com]: FAILED! => {"msg": "Timeout (12s) waiting for privilege escalation prompt: "}
Related
ansible --help
/etc/ansible/ansible.cfg
andtimeout=30
See also
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions
Advertising: