Skip to content

Commit

Permalink
some more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DerBunman committed Nov 16, 2019
1 parent ad23b2c commit 7282587
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions inventories/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,17 @@ all:

# this host is a example for a non root host
testvm:
ansible_host: 192.168.122.242
# here we overwrite the users that are defined for all hosts
users:
# for non-root, only the following two keys are needed for now
- name: "test"
home: /home/test

ansible_host: 192.168.122.55
# the following two parameters have to be set
# for non root hosts
ansible_become: no
ansible_user: ichi
ansible_user: test

children:
# the desktop group will have
Expand Down

0 comments on commit 7282587

Please sign in to comment.