From 12edf4b22956929af9afd46664b994bc899d796d Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 15:35:56 +0200 Subject: [PATCH] Renamed main playbook to 'site' --- .drone.yml | 2 +- playbook.yaml | 0 site.yaml | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 playbook.yaml create mode 100644 site.yaml diff --git a/.drone.yml b/.drone.yml index 03fe54f..24578db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,4 @@ steps: - pip install pipenv - python3 -m pipenv install - python3 -m pipenv shell - - ansible-playook playbook.yaml -i inventory.yaml \ No newline at end of file + - ansible-playook site.yaml -i inventory.yaml \ No newline at end of file diff --git a/playbook.yaml b/playbook.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/site.yaml b/site.yaml new file mode 100644 index 0000000..f45606c --- /dev/null +++ b/site.yaml @@ -0,0 +1,7 @@ +- name: set a banner + ios_banner: + banner: login + text: | + Hallo jongens + Kom je doen jong + state: present \ No newline at end of file