diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2023-01-14 15:56:48 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2023-04-02 11:45:09 +0200 |
commit | 5582074f59640eaad0b879c7c3b45bc3b0beefc8 (patch) | |
tree | 8100f01f64a4e762d96db2ff7b68c6585a6dbec8 /host_vars | |
parent | 28332d389dd3644aeb3973d4ca472820f6b45b07 (diff) | |
download | rules-5582074f59640eaad0b879c7c3b45bc3b0beefc8.tar.gz |
feat(roles/acme): add argument specs
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/dc0.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index 1ab8872..f0866ff 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -6,6 +6,7 @@ httpd_use_nfs: false git_dir: /var/www/data/git sshd_listen_port: "{{ ansible_port }}" relayd_connected_hosts: servers +acme_connected_hosts: servers __is_vm: true |