Update updates role for srv01
This commit is contained in:
parent
bba9cb6c17
commit
888ebb634f
13 changed files with 55 additions and 13 deletions
|
@ -1,4 +1,15 @@
|
|||
---
|
||||
- name: create ffupdates user
|
||||
user:
|
||||
name: ffupdates
|
||||
|
||||
- name: create updates root
|
||||
file:
|
||||
path: "{{ updates_root }}"
|
||||
owner: "{{ updates_owner }}"
|
||||
group: "{{ updates_owner }}"
|
||||
state: directory
|
||||
|
||||
- name: template site
|
||||
template:
|
||||
src: templates/site.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue