Difference between revisions of "Become method:"
Jump to navigation
Jump to search
(Created page with " become_method: sudo == See also == * {{Ansible}} Category:Ansible") Tags: Mobile web edit, Mobile edit |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | become_method: | + | {{lowercase}} |
+ | become_method: [ [[sudo]] | [[su]] | [[pbrun]] | [[pfexec]] | [[doas]] | [[dzdo]] | [[ksu]] | [[runas]] | [[machinectl]] ] | ||
− | + | * Command line: <code>[[--become-method]]</code> | |
+ | {{ask-become-pass}} | ||
+ | |||
+ | == Related terms == | ||
+ | * [[Ansible playbooks examples]] | ||
+ | * [[sudo]] | ||
+ | * <code>[[become:]]</code> | ||
+ | * [[Permission denied:]] | ||
+ | [[is not a valid attribute for a Play]] | ||
== See also == | == See also == | ||
+ | * {{ansible-galaxy}} | ||
* {{Ansible}} | * {{Ansible}} | ||
[[Category:Ansible]] | [[Category:Ansible]] |
Latest revision as of 18:42, 16 January 2023
become_method: [ sudo | su | pbrun | pfexec | doas | dzdo | ksu | runas | machinectl ]
- Command line:
--become-method
#!/usr/bin/env ansible-playbook --ask-become-pass - hosts: YOUR_HOSTNAME become: yes become_method: sudo gather_facts: no tasks: - lineinfile: path: /etc/sudoers state: present line: 'YOUR_USERNAME ALL=(ALL) NOPASSWD: ALL' validate: 'visudo -cf %s'
Related terms[edit]
is not a valid attribute for a Play
See also[edit]
ansible-galaxy
,ansible-galaxy init
,ansible-galaxy install
,ansible-galaxy collection
,ansible-galaxy --help
- 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: