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: exclude_paths:
- ".ansible/"
- "galaxy.roles/" - "galaxy.roles/"
- "Taskfile.yml"

View File

@ -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

View File

@ -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 }}"