development #1
5
.ansible-lint
Normal file
5
.ansible-lint
Normal file
@ -0,0 +1,5 @@
|
||||
skip_list:
|
||||
- yaml[colons]
|
||||
- yaml[empty-lines]
|
||||
- yaml[line-length]
|
||||
- no-changed-when
|
@ -4,7 +4,7 @@ type: docker
|
||||
name: run_ansible_tests_fedora39
|
||||
|
||||
global-variables:
|
||||
ansible_image : &ansible_image "gitea.thezengarden.net/podman/ansible-dev/fedora39:release-31"
|
||||
ansible_image : &ansible_image "gitea.thezengarden.net/podman/ansible-dev/fedora39:release-34"
|
||||
ansible_inventory : &ansible_inventory "-i 127.0.0.1, --connection=local"
|
||||
ansible_playbook : &ansible_playbook "hello.yml"
|
||||
|
||||
|
@ -5,6 +5,10 @@
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Say Hello world
|
||||
- name: Say hello world
|
||||
ansible.builtin.debug:
|
||||
msg: Hello world!
|
||||
|
||||
- name: Say goodbye world
|
||||
ansible.builtin.debug:
|
||||
msg: Goodbye world!
|
||||
|
4
requirements.yml
Normal file
4
requirements.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
collections:
|
||||
- community.general
|
||||
- ansible.posix
|
Loading…
x
Reference in New Issue
Block a user