ansible.plugins.shell package¶
- 
class 
ansible.plugins.shell.ShellBase[source]¶ Bases:
object- 
set_user_facl(path, user, mode, recursive=True)[source]¶ Only sets acls for users as that’s really all we need
- 
expand_user(user_home_path)[source]¶ Return a command to expand tildes in a path.
It can be either “~” or “~username”. We use the POSIX definition of a username:
http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_426 http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_276
- 
 
Submodules¶
ansible.plugins.shell.csh module¶
ansible.plugins.shell.fish module¶
- 
class 
ansible.plugins.shell.fish.ShellModule[source]¶ Bases:
ansible.plugins.shell.sh.ShellModule- 
COMPATIBLE_SHELLS= frozenset(['fish'])¶ 
- 
SHELL_FAMILY= 'fish'¶ 
-