append groups to avoid re-running some tasks
parent
421ba81f55
commit
2b21a01088
|
@ -12,6 +12,7 @@
|
|||
password: "*" # disabled password but can be accessed with SSH
|
||||
groups:
|
||||
- wheel
|
||||
append: yes
|
||||
|
||||
- name: make sure ansible owns its home
|
||||
file:
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
groups:
|
||||
- deploy
|
||||
- wheel
|
||||
append: yes
|
||||
|
||||
- name: additional groups to rilla
|
||||
user:
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
password: "*" # disabled password but can be accessed with SSH
|
||||
groups:
|
||||
- deploy
|
||||
append: yes
|
||||
|
||||
- name: additional groups to woodpecker
|
||||
user:
|
||||
|
|
Loading…
Reference in New Issue