Commit 2099b930 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch 'initial' into 'master'

initial

See merge request ansible/playbooks/idm-platform-setup!1
parents 5988bab8 acffef99
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+12 −0
Original line number Diff line number Diff line
/*
/*/

!/roles/

!.gitignore
!.gitlab-ci.yml

!ansible.cfg
!README.md
!run.yml
!requirements.yml

.gitlab-ci.yml

0 → 100644
+0 −0

Empty file added.

requirements.yml

0 → 100644
+5 −0
Original line number Diff line number Diff line
#- src: https://gitlab.cyberbrain.pw/ansible/roles/essential
#  scm: git

- src: https://gitlab.cyberbrain.pw/ansible/roles/hostname
  scm: git

run.yml

0 → 100644
+7 −0
Original line number Diff line number Diff line
---

- name: hostname
  hosts: hostname:&ipacluster
  become: yes
  roles:
    - hostname