diff options
author | binary <me@rgoncalves.se> | 2020-08-11 11:26:12 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-08-11 11:26:12 +0200 |
commit | d7a8eefeca0ad9cb6e5b6379be92ad4f1c109a72 (patch) | |
tree | 70bbf28fd6152786a942b0fd66a74260361c9caa /play-replicate-local.yml | |
parent | 91b06c38d483c7f002843b8d9b538ace635c0abd (diff) | |
download | infrastructure-d7a8eefeca0ad9cb6e5b6379be92ad4f1c109a72.tar.gz |
refactored for openbsd setup
Diffstat (limited to 'play-replicate-local.yml')
-rw-r--r-- | play-replicate-local.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/play-replicate-local.yml b/play-replicate-local.yml deleted file mode 100644 index eea4854..0000000 --- a/play-replicate-local.yml +++ /dev/null @@ -1,20 +0,0 @@ -# =========================================================================== # -# __ ___ __ __ __ -# ____ / /___ ___ __ ________ ____ / (_)________ _/ /____ / /___ _________ _/ / -# / __ \/ / __ `/ / / / / ___/ _ \/ __ \/ / / ___/ __ `/ __/ _ \ / / __ \/ ___/ __ `/ / -# / /_/ / / /_/ / /_/ / / / / __/ /_/ / / / /__/ /_/ / /_/ __/ / / /_/ / /__/ /_/ / / -# / .___/_/\__,_/\__, (_) /_/ \___/ .___/_/_/\___/\__,_/\__/\___/ /_/\____/\___/\__,_/_/ -# /_/ /____/ /_/ -# -# =========================================================================== # - ---- -- hosts: local - connection: local - vars: - servers_list: "{{ groups['servers'] }}" - tasks: - - name: Replicate ip values to shell script - template: - src: "{{ playbook_dir }}/scripts/vars/infrastructure-host-ip.j2" - dest: "{{ playbook_dir }}/scripts/vars/infrastructure-host-ip.sh" |