diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:37:01 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:37:01 +0200 |
commit | b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26 (patch) | |
tree | 35b03ed3f6349de7db2482761ff6295aee5ae813 /roles/common/tasks/software.yml | |
parent | 1c830e285e19f2d571cf50ef912f01f0f7d68e10 (diff) | |
download | itm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.tar.gz itm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.tar.bz2 itm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.tar.xz itm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.zip |
Integration of CentOS8 and ipecompute nodes
Diffstat (limited to 'roles/common/tasks/software.yml')
-rw-r--r-- | roles/common/tasks/software.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/common/tasks/software.yml b/roles/common/tasks/software.yml index c621ef3..3a1a5c1 100644 --- a/roles/common/tasks/software.yml +++ b/roles/common/tasks/software.yml @@ -1,19 +1,3 @@ -- name: Install various ansible requirements - package: name={{item}} state=present - with_items: - - yum-plugin-versionlock - - libselinux-python - - libsemanage-python - - yamllint - - pyOpenSSL - - python-passlib - - python2-ruamel-yaml - - python2-jmespath - - python-ipaddress - - iptables-services - - PyYAML - - python-rhsm-certificates - - name: Install various administrative tools package: name={{item}} state=present with_items: @@ -21,7 +5,6 @@ - telnet - lsof - strace - - bzr - git - pciutils |