Rolle chrony hinzugefuegt

This commit is contained in:
Marcus Gillitzer 2020-06-09 11:33:56 +02:00
parent 39389a04e8
commit d01aaedc90
11 changed files with 160 additions and 10 deletions

29
roles/chrony/.travis.yml Normal file
View File

@ -0,0 +1,29 @@
---
language: python
python: "2.7"
# Use the new container infrastructure
sudo: false
# Install ansible
addons:
apt:
packages:
- python-pip
install:
# Install ansible
- pip install ansible
# Check ansible version
- ansible --version
# Create ansible.cfg with correct roles_path
- printf '[defaults]\nroles_path=../' >ansible.cfg
script:
# Basic role syntax check
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

38
roles/chrony/README.md Normal file
View File

@ -0,0 +1,38 @@
Role Name
=========
Prueft ob chrony installiert ist
Requirements
------------
Keine
Role Variables
--------------
Keine
Dependencies
------------
Keine
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- chrony
License
-------
BSD
Author Information
------------------
M. Gillitzer 20200609

View File

@ -0,0 +1,2 @@
---
# defaults file for default_role

View File

@ -0,0 +1,2 @@
---
# handlers file for default_role

View File

@ -0,0 +1,60 @@
galaxy_info:
author: your name
description: your description
company: your company (optional)
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
# Some suggested licenses:
# - BSD (default)
# - MIT
# - GPLv2
# - GPLv3
# - Apache
# - CC-BY
license: license (GPLv2, CC-BY, etc)
min_ansible_version: 2.4
# If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version:
# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
# Galaxy will use this branch. During import Galaxy will access files on
# this branch. If Travis integration is configured, only notifications for this
# branch will be accepted. Otherwise, in all cases, the repo's default branch
# (usually master) will be used.
#github_branch:
#
# Provide a list of supported platforms, and for each platform a list of versions.
# If you don't wish to enumerate all versions for a particular platform, use 'all'.
# To view available platforms and versions (or releases), visit:
# https://galaxy.ansible.com/api/v1/platforms/
#
# platforms:
# - name: Fedora
# versions:
# - all
# - 25
# - name: SomePlatform
# versions:
# - all
# - 1.0
# - 7
# - 99.99
galaxy_tags: []
# List tags for your role here, one per line. A tag is a keyword that describes
# and categorizes the role. Users find roles by searching for tags. Be sure to
# remove the '[]' above, if you add tags to this list.
#
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role.
dependencies: []
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.

View File

@ -0,0 +1,4 @@
---
- name: check if chrony, a ntp-client, is installed
yum:
name: chrony

View File

@ -0,0 +1,2 @@
localhost

View File

@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- default_role

View File

@ -0,0 +1,2 @@
---
# vars file for default_role

View File

@ -1 +1 @@
80.155.206.72
80.155.205.161

View File

@ -11,10 +11,11 @@
become: yes
roles:
#- chrony
#- base_installation
#- git
#- ams_0008_8.0.8.0
- ams_sso
#- ams_sso
#- ams_0008_8.0.8.0_AdminServer
#- ams_0013_8.0.9.0
@ -28,12 +29,13 @@
become: yes
roles:
#- chrony
#- base_installation
#- git
#- ams_0008_8.0.8.0
#- ams_sso
#- ams_0008_8.0.8.0_AdminServer
- ams_0013_8.0.9.0
#- ams_0013_8.0.9.0
@ -46,10 +48,13 @@
become: yes
roles:
- chrony
#- base_installation
#- git
#- ams_0008_8.0.8.0
- ams_0013_8.0.9.0
#- ams_sso
#- ams_0008_8.0.8.0_AdminServer
#- ams_0013_8.0.9.0
@ -63,10 +68,11 @@
become: yes
roles:
#- base_installation
#- git
#- ams_0008_8.0.8.0
- ams_sso
#- ams_0008_8.0.8.0_AdminServer
#- ams_0013_8.0.9.0
- chrony
- base_installation
- git
- ams_0008_8.0.8.0
#- ams_sso
- ams_0008_8.0.8.0_AdminServer
- ams_0013_8.0.9.0