Renamed main playbook to 'site'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Accendit
2020-05-07 15:35:56 +02:00
parent a5b8e80c57
commit 12edf4b229
3 changed files with 8 additions and 1 deletions

View File

@ -9,4 +9,4 @@ steps:
- pip install pipenv
- python3 -m pipenv install
- python3 -m pipenv shell
- ansible-playook playbook.yaml -i inventory.yaml
- ansible-playook site.yaml -i inventory.yaml

View File

7
site.yaml Normal file
View File

@ -0,0 +1,7 @@
- name: set a banner
ios_banner:
banner: login
text: |
Hallo jongens
Kom je doen jong
state: present