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
|
password: "*" # disabled password but can be accessed with SSH
|
||||||
groups:
|
groups:
|
||||||
- wheel
|
- wheel
|
||||||
|
append: yes
|
||||||
|
|
||||||
- name: make sure ansible owns its home
|
- name: make sure ansible owns its home
|
||||||
file:
|
file:
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
groups:
|
groups:
|
||||||
- deploy
|
- deploy
|
||||||
- wheel
|
- wheel
|
||||||
|
append: yes
|
||||||
|
|
||||||
- name: additional groups to rilla
|
- name: additional groups to rilla
|
||||||
user:
|
user:
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
password: "*" # disabled password but can be accessed with SSH
|
password: "*" # disabled password but can be accessed with SSH
|
||||||
groups:
|
groups:
|
||||||
- deploy
|
- deploy
|
||||||
|
append: yes
|
||||||
|
|
||||||
- name: additional groups to woodpecker
|
- name: additional groups to woodpecker
|
||||||
user:
|
user:
|
||||||
|
|
Loading…
Reference in New Issue