1
0

Format files with ansible-lint

This commit is contained in:
Anton Vakhrushev 2025-05-06 11:20:00 +03:00
parent adde4e32c1
commit 855bafee5b
Signed by: av
GPG Key ID: F5BF52FC352E255A
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
---
exclude_paths:
- ".ansible/"
- "galaxy.roles/"
- "Taskfile.yml"

View File

@ -2,6 +2,6 @@
ungrouped:
hosts:
server:
ansible_host: '158.160.46.255'
ansible_user: 'major'
ansible_host: "158.160.46.255"
ansible_user: "major"
ansible_become: true

View File

@ -1,3 +1,4 @@
---
app_name: "homepage"
app_user: "{{ app_name }}"
base_dir: "/home/{{ app_user }}"