diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-02-08 13:27:52 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-02-08 13:33:36 +0100 |
commit | 76af5e5e55fce3912608722cd5f774c215f34c1d (patch) | |
tree | f374d762e1f3c45b03a52d23617382a979f00238 /group_vars/workstations | |
parent | bd3aa9905be222f5198d7f56e4f1ee0f59b477e8 (diff) | |
download | rules-76af5e5e55fce3912608722cd5f774c215f34c1d.tar.gz |
refactor(vars): flatten group_vars and host_vars files
Diffstat (limited to 'group_vars/workstations')
-rw-r--r-- | group_vars/workstations/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/group_vars/workstations/main.yml b/group_vars/workstations/main.yml deleted file mode 100644 index 09a770c..0000000 --- a/group_vars/workstations/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- - -sshd_listen_port: 71 |