Adjusted cfg. Changed hosts on Winlogbeat. POC for Jenkins is working

This commit is contained in:
James Tombleson 2019-05-14 08:54:40 -07:00
parent 9a21fd3da7
commit a26ed9ca32
3 changed files with 17 additions and 11 deletions

View File

@ -11,7 +11,7 @@
# some basic default values... # some basic default values...
inventory = ~/hosts.d/ inventory = ./hosts.d/
library = /usr/share/my_modules/ library = /usr/share/my_modules/
module_utils = /usr/share/my_module_utils/ module_utils = /usr/share/my_module_utils/
remote_tmp = ~/.ansible/tmp remote_tmp = ~/.ansible/tmp

View File

@ -1,7 +1,7 @@
--- ---
- name: Install WinLogBeat - name: Install WinLogBeat
hosts: elasticClients hosts: windows
tasks: tasks:
- name: Install WinLogBeat - name: Install WinLogBeat

View File

@ -10,7 +10,6 @@
import_role: import_role:
name: geerlingguy.java name: geerlingguy.java
# https://galaxy.ansible.com/geerlingguy/jenkins
- name: Install Jenkins - name: Install Jenkins
become: yes become: yes
import_role: import_role:
@ -19,3 +18,10 @@
jenkins_package_state: latest jenkins_package_state: latest
jenkins_http_port: 8080 jenkins_http_port: 8080
- name: UFW Allow Jenkins
become: yes
ufw:
rule: allow
port: 8080
comment: Jenkins