Skip to content

Commit

Permalink
Merge pull request #20019 from carbonin/add_more_priv_escalation_options
Browse files Browse the repository at this point in the history
Add additional privilege escalation methods
  • Loading branch information
chessbyte authored Mar 30, 2020
2 parents 9a9816e + 2b3ab9f commit 4d81350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::MachineCredential
:type => :choice,
:label => N_('Privilege Escalation'),
:help_text => N_('Privilege escalation method'),
:choices => ['', 'sudo', 'su', 'pbrun', 'pfexec']
:choices => ['', 'sudo', 'su', 'pbrun', 'pfexec', 'doas', 'dzdo', 'pmrun', 'runas', 'enable', 'ksu', 'sesu', 'machinectl']
},
:become_username => {
:type => :string,
Expand Down

0 comments on commit 4d81350

Please sign in to comment.