test Vault with semaphore
This commit is contained in:
31
all.yml
31
all.yml
@@ -9,20 +9,20 @@
|
||||
|
||||
pre_tasks:
|
||||
|
||||
- name: >-
|
||||
Show target servers -> Hostname : OS - IP
|
||||
debug:
|
||||
msg: "{{ ansible_hostname }} : {{ ansible_distribution }} {{ ansible_distribution_version }} - {{ ansible_default_ipv4.address }}"
|
||||
tags:
|
||||
- always
|
||||
- name: >-
|
||||
Show target servers -> Hostname : OS - IP
|
||||
debug:
|
||||
msg: "{{ ansible_hostname }} : {{ ansible_distribution }} {{ ansible_distribution_version }} - {{ ansible_default_ipv4.address }}"
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Ensure specified repository packages are into sources list
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ apt_repositories_sources }}"
|
||||
tags:
|
||||
- repo
|
||||
- name: Ensure specified repository packages are into sources list
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ apt_repositories_sources }}"
|
||||
tags:
|
||||
- repo
|
||||
|
||||
roles:
|
||||
- { role: grog.management-user, tags: user }
|
||||
@@ -68,3 +68,8 @@
|
||||
tags:
|
||||
- alerts
|
||||
|
||||
- name: Test semaphore vault pass
|
||||
debug:
|
||||
msg: "{{ test_vault }}"
|
||||
tags:
|
||||
- always
|
||||
Reference in New Issue
Block a user