Revert "batcave: switch to ansible-core + some collections instead of ansible 'classic'"
This reverts commit 78ba658d3c
.
This commit is contained in:
parent
78ba658d3c
commit
dc1f503bdd
3 changed files with 13 additions and 36 deletions
|
@ -1,30 +0,0 @@
|
||||||
---
|
|
||||||
collections:
|
|
||||||
- name: ansible.posix
|
|
||||||
type: git
|
|
||||||
source: https://github.com/ansible-collections/ansible.posix.git
|
|
||||||
version: 1.3.0
|
|
||||||
- name: community.general
|
|
||||||
type: git
|
|
||||||
source: https://github.com/ansible-collections/community.general.git
|
|
||||||
version: 4.6.1
|
|
||||||
- name: community.libvirt
|
|
||||||
type: git
|
|
||||||
source: https://github.com/ansible-collections/community.libvirt.git
|
|
||||||
version: 1.0.2
|
|
||||||
- name: community.mysql
|
|
||||||
type: git
|
|
||||||
source: https://github.com/ansible-collections/community.mysql.git
|
|
||||||
version: 3.1.2
|
|
||||||
- name: community.postgresql
|
|
||||||
type: git
|
|
||||||
source: https://github.com/ansible-collections/community.postgresql.git
|
|
||||||
version: 2.1.2
|
|
||||||
- name: community.docker
|
|
||||||
type: git
|
|
||||||
source: https://github.com/ansible-collections/community.docker.git
|
|
||||||
version: 2.3.0
|
|
||||||
- name: community.rabbitmq
|
|
||||||
type: git
|
|
||||||
source: https://github.com/ansible-collections/community.rabbitmq.git
|
|
||||||
version: 1.1.0
|
|
|
@ -5,7 +5,7 @@
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- ansible-core
|
- ansible
|
||||||
- git
|
- git
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
@ -21,7 +21,14 @@
|
||||||
tags:
|
tags:
|
||||||
- ansible-server
|
- ansible-server
|
||||||
|
|
||||||
- name: install required collections
|
# https://github.com/ansible/ansible-modules-core/pull/4070
|
||||||
command: ansible-galaxy install -r files/requirements.yml
|
#- name: Fix the nova_compute module
|
||||||
tags:
|
# patch: src=4070.patch
|
||||||
- ansible-server
|
# dest=/usr/lib/python2.7/site-packages/ansible/modules/cloud/openstack/_nova_compute.py
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# TODO:
|
||||||
|
# cgit?
|
||||||
|
# rbac-playbook?
|
||||||
|
# zodbot notifications?
|
||||||
|
#
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- srm # secure rm to delete sensitive files.
|
- srm # secure rm to delete sensitive files.
|
||||||
- ansible-core # This is our ansible master, needs ansible installed.
|
- ansible # This is our ansible master, needs ansible installed.
|
||||||
- ansible_utils # Needed for rbac-playbook
|
- ansible_utils # Needed for rbac-playbook
|
||||||
- yum-rhn-plugin # Needed for rhn sync
|
- yum-rhn-plugin # Needed for rhn sync
|
||||||
- createrepo_c # Needed for rhn sync
|
- createrepo_c # Needed for rhn sync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue