Format files with ansible-lint
This commit is contained in:
parent
adde4e32c1
commit
855bafee5b
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
|
- ".ansible/"
|
||||||
- "galaxy.roles/"
|
- "galaxy.roles/"
|
||||||
|
- "Taskfile.yml"
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
ungrouped:
|
ungrouped:
|
||||||
hosts:
|
hosts:
|
||||||
server:
|
server:
|
||||||
ansible_host: '158.160.46.255'
|
ansible_host: "158.160.46.255"
|
||||||
ansible_user: 'major'
|
ansible_user: "major"
|
||||||
ansible_become: true
|
ansible_become: true
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
app_name: "homepage"
|
app_name: "homepage"
|
||||||
app_user: "{{ app_name }}"
|
app_user: "{{ app_name }}"
|
||||||
base_dir: "/home/{{ app_user }}"
|
base_dir: "/home/{{ app_user }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user