Difference between revisions of "Ansible"

From MyWiki
Jump to: navigation, search
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
<source lang="text">
+
[[ Run play only if host is reachable ]]<br>
 
+
[[ Possible values for "state" when building a vmware machine ]]<br>
 
+
[[ ansible import a play ]]<br>
</source>
+
[[ Working example to update and reboot is new kernel installed ]]<br>
 +
[[ Some simple playbooks ]] <br>
 +
[[ Some ansible links ]] <br>
 +
[[ Notes on Vagrant ]] <br>
 +
[[ Table of ip and port mappings for vms ]] <br>
 +
[[ Vagrant creating extra disks ]]<br>
 +
[[ Installing Glusterfs on Centos-7 using Vagrant ]]<br>
 +
[[ Vagrant file syntax and examples ]]<br>
 +
[[ ansible syntax and examples ]]<br>
 +
[[ Script to install php ]] Rubbish<br>
 +
[[ Install Remi on Centos 7 ]]<br>
 +
[[ Windows add static route to a single ip address ]] <br>
 +
[[ yum install multiple packages ]]<br>
 +
[[ Rebooting a server using ansible ]]<br>
 +
[[ installing and using govc ]] <br>
 +
[[ Disable ipv6 ]]<br>
 +
[[ Ansible and parted ]]<br>
 +
[[ Install httpd on Red Hat server ]]<br>
 +
[[ Open network ports for http(s) in firewalld ]]<br>
 +
[[ Open network ports for https in Red Hat ]]<br>
 +
[[ Open multiple network services in firewalld ]]<br>
 +
[[ Expand a tar.gz archive directly to server ]] <br>

Latest revision as of 14:03, 8 July 2024

Run play only if host is reachable
Possible values for "state" when building a vmware machine
ansible import a play
Working example to update and reboot is new kernel installed
Some simple playbooks
Some ansible links
Notes on Vagrant
Table of ip and port mappings for vms
Vagrant creating extra disks
Installing Glusterfs on Centos-7 using Vagrant
Vagrant file syntax and examples
ansible syntax and examples
Script to install php Rubbish
Install Remi on Centos 7
Windows add static route to a single ip address
yum install multiple packages
Rebooting a server using ansible
installing and using govc
Disable ipv6
Ansible and parted
Install httpd on Red Hat server
Open network ports for http(s) in firewalld
Open network ports for https in Red Hat
Open multiple network services in firewalld
Expand a tar.gz archive directly to server