mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2024-11-15 22:45:10 +01:00
25 lines
651 B
YAML
25 lines
651 B
YAML
|
---
|
||
|
- name: Setup xmr01.lipovcan.cz
|
||
|
hosts: xmr01
|
||
|
roles:
|
||
|
- ansible-yum-update
|
||
|
- ansible-sw-common-apps
|
||
|
- ansible-sys-hostname
|
||
|
- ansible-sw-firewalld
|
||
|
- ansible-sw-ntp
|
||
|
- ansible-sw-sshsec
|
||
|
- ansible-yum-cron
|
||
|
- ansible-sw-postfix
|
||
|
- ansible-user-add
|
||
|
- ansible-sw-xmrstak
|
||
|
vars:
|
||
|
login_pass: "[smtp.gmail.com]:587 server@lipovcan.cz:A9tboeJE"
|
||
|
yum_hourly_update_disable: true
|
||
|
users:
|
||
|
- username: ownercz
|
||
|
issudo: false
|
||
|
updatepassword: on_create
|
||
|
password: ssme-thesis
|
||
|
hostname: xmr01.lipovcan.cz
|
||
|
|
||
|
|