Compare commits
1 Commits
cb707f2110
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77212eef9b |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
Testing CI fix
|
|
||||||
@@ -1,10 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
roles:
|
||||||
- name: Include bind9 role
|
- ansible-bind9-role
|
||||||
ansible.builtin.include_role:
|
|
||||||
name: ../../../ansible-bind9-role # noqa: role-name[path]
|
|
||||||
vars:
|
vars:
|
||||||
bind9_log_dir: /var/log/named
|
bind9_log_dir: /var/log/named
|
||||||
bind9_backup_config: false
|
bind9_backup_config: false
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ platforms:
|
|||||||
cgroupns_mode: host
|
cgroupns_mode: host
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
env:
|
||||||
|
ANSIBLE_ROLES_PATH: ${MOLECULE_PROJECT_DIRECTORY}/..
|
||||||
config_options:
|
config_options:
|
||||||
defaults:
|
defaults:
|
||||||
ALLOW_BROKEN_CONDITIONALS: true
|
ALLOW_BROKEN_CONDITIONALS: true
|
||||||
|
|||||||
Reference in New Issue
Block a user