Skip to content
Snippets Groups Projects
Commit 8538413f authored by Alessio Curri's avatar Alessio Curri
Browse files

simple pivot playbook to deploy the dns client config

parent 55ce9068
No related branches found
No related tags found
No related merge requests found
Pipeline #39656 passed
......@@ -17,6 +17,7 @@ provisioner:
inventory:
group_vars:
all:
dns_client_resolv_conf_file: /tmp/resolv.conf
scenario:
name: default
verifier:
......
......@@ -6,5 +6,5 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def test_default(host):
# TODO: implement at least a test
assert False
# Tests are performed in the role
assert True
......@@ -2,4 +2,4 @@
- hosts: all
become: true
roles:
- role: ics-ans-role-xxxx
- role: ics-ans-role-dns-client
---
# Add all the roles used below:
# If the role is public, https can be used
- src: git+https://gitlab.esss.lu.se/ics-ansible-galaxy/ics-ans-role-xxxxx.git
version: vX.X.X
# If the role isn't public, ssh has to be used
- src: git@gitlab.esss.lu.se:ics-ansible-galaxy/ics-ans-role-xxxxx.git
scm: git
version: vX.X.X
- src: git+https://gitlab.esss.lu.se/ics-ansible-galaxy/ics-ans-role-dns-client.git
version: v1.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment