Пофиксил униерсальность и добавил centos и ubuntu
This commit is contained in:
5
.ansible-lint
Normal file
5
.ansible-lint
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
skip_list:
|
||||||
|
- fqcn
|
||||||
|
- yaml[new-line-at-end-of-file]
|
||||||
|
- yaml[truthy]
|
||||||
|
- var-naming[no-role-prefix]
|
||||||
15
.idea/AnsibleTemplate.iml
generated
Normal file
15
.idea/AnsibleTemplate.iml
generated
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
<component name="TemplatesService">
|
||||||
|
<option name="TEMPLATE_FOLDERS">
|
||||||
|
<list>
|
||||||
|
<option value="$MODULE_DIR$/roles/role/templates" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
47
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
47
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
|
<inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
|
||||||
|
<option name="myValues">
|
||||||
|
<value>
|
||||||
|
<list size="1">
|
||||||
|
<item index="0" class="java.lang.String" itemvalue="setup" />
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
</option>
|
||||||
|
<option name="myCustomValuesEnabled" value="true" />
|
||||||
|
</inspection_tool>
|
||||||
|
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
||||||
|
<option name="myValues">
|
||||||
|
<value>
|
||||||
|
<list size="7">
|
||||||
|
<item index="0" class="java.lang.String" itemvalue="nobr" />
|
||||||
|
<item index="1" class="java.lang.String" itemvalue="noembed" />
|
||||||
|
<item index="2" class="java.lang.String" itemvalue="comment" />
|
||||||
|
<item index="3" class="java.lang.String" itemvalue="noscript" />
|
||||||
|
<item index="4" class="java.lang.String" itemvalue="embed" />
|
||||||
|
<item index="5" class="java.lang.String" itemvalue="script" />
|
||||||
|
<item index="6" class="java.lang.String" itemvalue="router-view" />
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
</option>
|
||||||
|
<option name="myCustomValuesEnabled" value="true" />
|
||||||
|
</inspection_tool>
|
||||||
|
<inspection_tool class="PyInterpreterInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||||
|
<inspection_tool class="PyPackageRequirementsInspection" enabled="false" level="WARNING" enabled_by_default="false">
|
||||||
|
<option name="ignoredPackages">
|
||||||
|
<value>
|
||||||
|
<list size="0" />
|
||||||
|
</value>
|
||||||
|
</option>
|
||||||
|
</inspection_tool>
|
||||||
|
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||||
|
<option name="ignoredIdentifiers">
|
||||||
|
<list>
|
||||||
|
<option value="app.main.*" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</inspection_tool>
|
||||||
|
</profile>
|
||||||
|
</component>
|
||||||
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<settings>
|
||||||
|
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||||
|
<version value="1.0" />
|
||||||
|
</settings>
|
||||||
|
</component>
|
||||||
5
.idea/misc.xml
generated
5
.idea/misc.xml
generated
@@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="YamllintSettings">
|
<component name="Black">
|
||||||
<option name="binPath" value="yamllint" />
|
<option name="sdkName" value="Python 3.9 (Test)" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (Test)" project-jdk-type="Python SDK" />
|
||||||
</project>
|
</project>
|
||||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/AnsibleTemplate.iml" filepath="$PROJECT_DIR$/.idea/AnsibleTemplate.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -16,6 +16,7 @@ RUN apt-get update && \
|
|||||||
make \
|
make \
|
||||||
sudo \
|
sudo \
|
||||||
sshpass \
|
sshpass \
|
||||||
|
openssh-client \
|
||||||
nano \
|
nano \
|
||||||
less \
|
less \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
@@ -48,6 +49,10 @@ RUN pip install --upgrade pip && \
|
|||||||
docker
|
docker
|
||||||
|
|
||||||
|
|
||||||
|
# Копируем ssh ключ
|
||||||
|
COPY id_rsa /root/.ssh/id_rsa
|
||||||
|
RUN chmod 600 /root/.ssh/id_rsa
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /ansible
|
WORKDIR /ansible
|
||||||
|
|
||||||
|
|||||||
85
Makefile
85
Makefile
@@ -1,86 +1,59 @@
|
|||||||
# Переменные
|
|
||||||
ROLE_NAME ?= my_new_role
|
view create edit show delete test lint deploy:
|
||||||
VAULT_PASSWORD_FILE ?= vault_password_file
|
@true
|
||||||
INVENTORY ?= /workspace/inventory/hosts # Путь к инвентори внутри контейнера
|
|
||||||
PLAYBOOK ?= /workspace/role/playbook.yml # Путь к playbook внутри контейнера
|
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Управление контейнерами с помощью docker compose
|
# Управление контейнерами с помощью docker compose
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Сборка docker-образов
|
# Сборка docker-образов
|
||||||
build:
|
build:
|
||||||
|
cp ~/.ssh/id_rsa .
|
||||||
docker compose build $(c)
|
docker compose build $(c)
|
||||||
|
rm id_rsa
|
||||||
|
|
||||||
# Пересборка docker-образов
|
# Пересборка docker-образов
|
||||||
rebuild:
|
rebuild:
|
||||||
|
cp ~/.ssh/id_rsa .
|
||||||
docker compose build --no-cache $(c)
|
docker compose build --no-cache $(c)
|
||||||
docker compose down
|
rm id_rsa
|
||||||
# docker compose up -d
|
|
||||||
|
|
||||||
# Создание и запуск docker-контейнеров
|
|
||||||
up:
|
|
||||||
docker compose up -d
|
|
||||||
|
|
||||||
# Остановка и УДАЛЕНИЕ docker-контейнеров
|
|
||||||
down:
|
|
||||||
docker compose down
|
|
||||||
|
|
||||||
# Остановка docker-контейнеров
|
|
||||||
stop:
|
|
||||||
docker compose stop $(c)
|
|
||||||
|
|
||||||
# Запуск docker-контейнеров
|
|
||||||
start:
|
|
||||||
docker compose start $(c)
|
|
||||||
|
|
||||||
# Перезапуск docker-контейнеров
|
|
||||||
restart: down up
|
|
||||||
|
|
||||||
# Удаление docker-контейнеров с вольюмами
|
|
||||||
destroy:
|
|
||||||
docker compose down --volumes --remove-orphans && rm -rf data/*/
|
|
||||||
|
|
||||||
# Удаление docker-контейнеров с полной очисткой неактивных контейнеров
|
# Удаление docker-контейнеров с полной очисткой неактивных контейнеров
|
||||||
prune:
|
prune:
|
||||||
docker system prune -af
|
docker system prune -af
|
||||||
|
|
||||||
# Показать список контейнеров
|
|
||||||
ps:
|
|
||||||
docker compose ps
|
|
||||||
|
|
||||||
# Все логи конейнеров
|
|
||||||
logs:
|
|
||||||
docker compose logs --tail=100 -f $(c)
|
|
||||||
|
|
||||||
shell:
|
|
||||||
docker compose exec ansible bash
|
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Работа с ролью
|
# Работа с ролью
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
view create edit view delete test lint deploy:
|
|
||||||
@true
|
|
||||||
|
|
||||||
vault:
|
vault:
|
||||||
@case "$(word 2, $(MAKECMDGOALS))" in \
|
@case "$(word 2, $(MAKECMDGOALS))" in \
|
||||||
view) docker compose run --rm ansible bash -c "ansible-vault view --vault-password-file vault-password.txt roles/role/vars/secrets.yml";; \
|
show) docker compose run --rm ansible bash -c "ansible-vault view --vault-password-file vault-password.txt roles/vars/secrets.yml";; \
|
||||||
create) docker compose run --rm ansible bash -c "ansible-vault create --encrypt-vault-id default --vault-password-file vault-password.txt roles/role/vars/secrets.yml";; \
|
create) docker compose run --rm ansible bash -c "ansible-vault create --encrypt-vault-id default --vault-password-file vault-password.txt roles/vars/secrets.yml";; \
|
||||||
edit) docker compose run --rm ansible bash -c "ansible-vault edit --vault-password-file vault-password.txt roles/role/vars/secrets.yml";; \
|
edit) docker compose run --rm ansible bash -c "ansible-vault edit --vault-password-file vault-password.txt roles/vars/secrets.yml";; \
|
||||||
delete) docker compose run --rm ansible bash -c "rm roles/role/vars/secrets.yml";; \
|
delete) docker compose run --rm ansible bash -c "rm roles/vars/secrets.yml";; \
|
||||||
*) echo "Unknown action";; \
|
*) echo "Unknown action";; \
|
||||||
esac
|
esac
|
||||||
|
|
||||||
role:
|
role:
|
||||||
@case "$(word 2, $(MAKECMDGOALS))" in \
|
@case "$(word 2, $(MAKECMDGOALS))" in \
|
||||||
test) \
|
|
||||||
echo "Running test roles..."; \
|
|
||||||
docker compose run --rm ansible bash -c "molecule test";; \
|
|
||||||
lint) \
|
lint) \
|
||||||
|
clear; \
|
||||||
echo "Check your role..."; \
|
echo "Check your role..."; \
|
||||||
docker compose run --rm ansible bash -c "ansible-lint roles/role";; \
|
docker compose run --rm ansible bash -c "ansible-vault decrypt --vault-password-file vault-password.txt roles/vars/secrets.yml"; \
|
||||||
|
docker compose run --rm ansible bash -c "ansible-lint roles/*"; \
|
||||||
|
echo " "; \
|
||||||
|
docker compose run --rm ansible bash -c "ansible-vault encrypt roles/vars/secrets.yml --encrypt-vault-id default --vault-password-file vault-password.txt";; \
|
||||||
|
test) \
|
||||||
|
clear; \
|
||||||
|
echo "Running test roles..."; \
|
||||||
|
docker compose run --rm ansible bash -c "ansible-vault decrypt --vault-password-file vault-password.txt roles/vars/secrets.yml"; \
|
||||||
|
docker compose run --rm ansible bash -c "molecule test --parallel"; \
|
||||||
|
echo " "; \
|
||||||
|
docker compose run --rm ansible bash -c "ansible-vault encrypt roles/vars/secrets.yml --encrypt-vault-id default --vault-password-file vault-password.txt";; \
|
||||||
deploy) \
|
deploy) \
|
||||||
|
clear; \
|
||||||
echo "Deploying roles to production..."; \
|
echo "Deploying roles to production..."; \
|
||||||
docker compose run --rm ansible /usr/bin/sh -c "ansible-playbook -i inventory/production deploy.yml --vault-password-file vault-password.txt";; \
|
docker compose run --rm ansible bash -c "ansible-playbook /ansible/roles/deploy.yaml";; \
|
||||||
*) echo "Unknown action";; \
|
*) echo "Unknown action";; \
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@@ -88,8 +61,6 @@ role:
|
|||||||
# Работа с Git
|
# Работа с Git
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
push:
|
push:
|
||||||
# git config --global user.email "sergey@antropoff.ru"
|
|
||||||
# git config --global user.name "Sergey Antropoff"
|
|
||||||
git branch
|
git branch
|
||||||
@read -p "Выберите ветку для пуша: " BRANCH; \
|
@read -p "Выберите ветку для пуша: " BRANCH; \
|
||||||
read -p "Введите описание коммита: " COMMIT; \
|
read -p "Введите описание коммита: " COMMIT; \
|
||||||
@@ -101,9 +72,3 @@ push:
|
|||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
new-branch:
|
|
||||||
git checkout branch $(name)
|
|
||||||
|
|
||||||
branch:
|
|
||||||
git checkout $(name)
|
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = /ansible/inventory
|
inventory = /ansible/inventory/hosts
|
||||||
vault_password_file = /ansible/vault_password.txt
|
vault_password_file = /ansible/vault_password.txt
|
||||||
remote_user = ansible
|
remote_user = devops
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
enable_plugins = yaml, ini
|
enable_plugins = yaml, ini
|
||||||
roles_path = /ansible/roles
|
roles_path = /ansible/roles
|
||||||
|
interpreter_python = auto
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
ansible:
|
ansible:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
ssh:
|
||||||
|
- default
|
||||||
container_name: ansible
|
container_name: ansible
|
||||||
volumes:
|
volumes:
|
||||||
- .:/ansible
|
- .:/ansible
|
||||||
|
|||||||
2
inventory/hosts
Normal file
2
inventory/hosts
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[all]
|
||||||
|
10.14.246.9
|
||||||
@@ -2,4 +2,6 @@
|
|||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: /ansible/roles/role
|
- /ansible/roles/role
|
||||||
|
vars_files:
|
||||||
|
- ../../roles/vars/secrets.yml
|
||||||
@@ -4,16 +4,27 @@ dependency:
|
|||||||
enabled: true
|
enabled: true
|
||||||
options:
|
options:
|
||||||
requirements-file: /ansible/requirements.yml
|
requirements-file: /ansible/requirements.yml
|
||||||
|
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: centos-instance
|
||||||
|
image: "quay.io/fedora/python-312"
|
||||||
|
privileged: true
|
||||||
|
pre_build_image: true
|
||||||
|
|
||||||
|
- name: ubuntu-instance
|
||||||
image: "geerlingguy/docker-ubuntu2004-ansible:latest"
|
image: "geerlingguy/docker-ubuntu2004-ansible:latest"
|
||||||
privileged: true
|
privileged: true
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
env:
|
||||||
|
ANSIBLE_PYTHON_INTERPRETER: /usr/bin/python3
|
||||||
lint:
|
lint:
|
||||||
name: ansible-lint
|
name: ansible-lint
|
||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
|||||||
43
molecule/default/no-prepare.yml
Normal file
43
molecule/default/no-prepare.yml
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
- name: Prepare
|
||||||
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Detect OS family
|
||||||
|
ansible.builtin.setup:
|
||||||
|
gather_subset:
|
||||||
|
- "min"
|
||||||
|
|
||||||
|
- name: Обновляем пакеты для работы с Ansible в RockyLinux (Centos/RedHat)
|
||||||
|
when: ansible_facts['os_family'] == "RedHat"
|
||||||
|
block:
|
||||||
|
- name: Устанавливаем репозиторий AppStream (если его нет)
|
||||||
|
ansible.builtin.raw: dnf config-manager --set-enabled appstream
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
|
- name: Установить rsync
|
||||||
|
ansible.builtin.raw: dnf install -y rsync
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
|
- name: Устанавливаем Python 3.8
|
||||||
|
ansible.builtin.raw: dnf install -y python38 python38-pip
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
|
- name: Обновляем символическую ссылку python3
|
||||||
|
ansible.builtin.raw: alternatives --set python /usr/bin/python3.8
|
||||||
|
changed_when: false
|
||||||
|
# - name: Fix repository URLs
|
||||||
|
# ansible.builtin.command:
|
||||||
|
# cmd: sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
|
||||||
|
# changed_when: false
|
||||||
|
|
||||||
|
# - name: Update baseurl
|
||||||
|
# ansible.builtin.command:
|
||||||
|
# cmd: sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
|
||||||
|
# changed_when: false
|
||||||
|
|
||||||
|
# - name: Install required packages
|
||||||
|
# ansible.builtin.yum:
|
||||||
|
# name:
|
||||||
|
# - epel-release
|
||||||
|
# - python3
|
||||||
|
# - python3-pip
|
||||||
|
# state: present
|
||||||
7
molecule/default/no-verify.yml
Normal file
7
molecule/default/no-verify.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- name: Prepare
|
||||||
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Reun verify
|
||||||
|
debug:
|
||||||
|
msg: "Hello, Verify!"
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Prepare
|
|
||||||
hosts: all
|
|
||||||
tasks:
|
|
||||||
- name: Install required packages
|
|
||||||
debug:
|
|
||||||
msg: "Hello, Prepare!"
|
|
||||||
# apt:
|
|
||||||
# name:
|
|
||||||
# - git
|
|
||||||
# state: present
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Prepare
|
|
||||||
hosts: all
|
|
||||||
tasks:
|
|
||||||
- name: Install required packages
|
|
||||||
debug:
|
|
||||||
msg: "Hello, Verify!"
|
|
||||||
@@ -2,8 +2,3 @@
|
|||||||
collections:
|
collections:
|
||||||
- name: maxhoesel.proxmox
|
- name: maxhoesel.proxmox
|
||||||
version: 5.0.1
|
version: 5.0.1
|
||||||
- name: community.general
|
|
||||||
version: 6.0.0
|
|
||||||
- name: ansible.posix
|
|
||||||
version: 1.4.0
|
|
||||||
|
|
||||||
|
|||||||
3
roles/deploy.yaml
Normal file
3
roles/deploy.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
- name: Import role
|
||||||
|
import_playbook: role/deploy.yaml
|
||||||
@@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: Deploy roles
|
- name: Deploy roles
|
||||||
hosts: production
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
become_user: root
|
||||||
|
become_method: ansible.builtin.sudo
|
||||||
|
gather_facts: true
|
||||||
roles:
|
roles:
|
||||||
- role
|
- role
|
||||||
|
vars_files:
|
||||||
|
- ../vars/secrets.yml
|
||||||
4
roles/role/tasks/debian/main.yaml
Normal file
4
roles/role/tasks/debian/main.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
- name: Пример таски
|
||||||
|
debug:
|
||||||
|
msg: "Привет! Я запустился на Debian/Ubuntu! Переменная role_test равна {{ role_test }}"
|
||||||
@@ -1,4 +1,12 @@
|
|||||||
---
|
---
|
||||||
- name: Example task
|
- name: "Определяем ОС"
|
||||||
debug:
|
set_fact:
|
||||||
msg: "Hello, Ansible!"
|
os_family: "{{ ansible_facts['os_family'] }}"
|
||||||
|
|
||||||
|
- name: "Подключаем таски для RedHat совместимых"
|
||||||
|
include_tasks: "redhat/main.yaml"
|
||||||
|
when: os_family == "RedHat"
|
||||||
|
|
||||||
|
- name: "Подключаем таски для Debian/Ubuntu совместимых"
|
||||||
|
include_tasks: "debian/main.yaml"
|
||||||
|
when: os_family == "Debian"
|
||||||
|
|||||||
4
roles/role/tasks/redhat/main.yaml
Normal file
4
roles/role/tasks/redhat/main.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
- name: Пример таски
|
||||||
|
debug:
|
||||||
|
msg: "Привет! Я запустился на RedHat/CentOS/Fedora!"
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
$ANSIBLE_VAULT;1.1;AES256
|
|
||||||
30363439326335316131303133653930363431336539356134363933656566663330366165616366
|
|
||||||
6639353565306634613164636161353362643237353933610a323838666436363835303765323930
|
|
||||||
62333364613535656138623233666635303934376234633937666131366239323436333334646666
|
|
||||||
6364303839396532310a633636333665346538313931366666333665363163623966666236346666
|
|
||||||
6464
|
|
||||||
6
roles/vars/secrets.yml
Normal file
6
roles/vars/secrets.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
33333461346434666539316330333661306537303234306132383733633635656139623330346339
|
||||||
|
3735343834396131623436333737363436346137613337340a393633636663346131353135313332
|
||||||
|
35656537663832366464316538346565313236306538343537343032373161653366353665366565
|
||||||
|
3461316135353337640a613137383034663265306666353338326135613961646364373966353863
|
||||||
|
37313731623164303566383431613131353331363035653630313630353130623066
|
||||||
Reference in New Issue
Block a user