remove backup functionality
This commit is contained in:
parent
3865e57f9a
commit
73921cdd57
13 changed files with 0 additions and 122 deletions
|
@ -19,8 +19,3 @@
|
|||
src: "{{ role_path }}/files/resolv.conf"
|
||||
dest: /etc/resolv.conf
|
||||
follow: true
|
||||
- name: Add dataserver to known hosts
|
||||
known_hosts:
|
||||
name: "lewis.dmz"
|
||||
key: "lewis.dmz ssh-ed25519 {{ dataserver_public_key }}"
|
||||
state: present
|
||||
|
|
Reference in a new issue